We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378e407 commit 9f9ee18Copy full SHA for 9f9ee18
.cz.yaml
@@ -3,6 +3,6 @@ commitizen:
3
name: cz_conventional_commits
4
tag_format: v$version
5
update_changelog_on_bump: true
6
- version: 2023.3.0
+ version: 2023.4.0
7
version_files:
8
- setup.cfg:version
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2023.4.0 (2023-04-18)
2
+
+### Feat
+- **db**: handle concurrent DisposableConnection connections (#142)
## v2023.3.0 (2023-03-30)
9
### Feat
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = incendium
-version = 2023.3.0
+version = 2023.4.0
description = Package that extends and wraps Ignition Scripting API
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
0 commit comments