Skip to content

Commit 0a1ffb7

Browse files
bump: version 0.3.0 → 0.3.1
1 parent 49586da commit 0a1ffb7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
tag_format = "v$version"
55
update_changelog_on_bump = true
66
version_files = [

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.3.1 (2025-05-17)
2+
3+
### Fix
4+
5+
- Upgrades api-client to 0.4.2 (#14)
6+
17
## v0.3.0 (2025-05-14)
28

39
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "langchain-glean"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "An integration package connecting Glean and LangChain"
99
authors = [
1010
{ name = "John Agan", email = "john.agan@glean.com" },

0 commit comments

Comments
 (0)