Skip to content

Commit 9f9ee18

Browse files
author
César Román
committed
bump: version 2023.3.0 → 2023.4.0
1 parent 378e407 commit 9f9ee18

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: .cz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
name: cz_conventional_commits
44
tag_format: v$version
55
update_changelog_on_bump: true
6-
version: 2023.3.0
6+
version: 2023.4.0
77
version_files:
88
- setup.cfg:version

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2023.4.0 (2023-04-18)
2+
3+
### Feat
4+
5+
- **db**: handle concurrent DisposableConnection connections (#142)
6+
17
## v2023.3.0 (2023-03-30)
28

39
### Feat

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = incendium
3-
version = 2023.3.0
3+
version = 2023.4.0
44
description = Package that extends and wraps Ignition Scripting API
55
long_description = file: README.md, CHANGELOG.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)