Skip to content

Commit 9244476

Browse files
author
César Román
committed
bump: version 2023.1.0 → 2023.2.0
1 parent e98f8cd commit 9244476

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.1.0
6+
version: 2023.2.0
77
version_files:
88
- src/incendium/version.py

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2023.2.0 (2023-02-25)
2+
3+
### Feat
4+
5+
- **vision**: add authentication and authorization (#137)
6+
7+
### Refactor
8+
9+
- **ci**: remove matrix strategy (#116)
10+
111
## v2023.1.0 (2023-01-09)
212

313
### Refactor

Diff for: src/incendium/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version module."""
22

3-
__version__ = "2023.1.0"
3+
__version__ = "2023.2.0"

0 commit comments

Comments
 (0)