We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe2f79 commit 7d0574bCopy full SHA for 7d0574b
2 files changed
.cz.toml
@@ -2,5 +2,5 @@
2
name = "cz_conventional_commits"
3
tag_format = "v$version"
4
version_scheme = "semver"
5
-version = "0.7.3"
+version = "0.8.0"
6
update_changelog_on_bump = true
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v0.8.0 (2025-10-24)
+
+### Feat
+- use core type blue ids from blue-repository (#11)
7
+### Fix
8
9
+- change list Blue ID in Preprocessor and Properties classes (#13)
10
+- **java8**: restore JDK 8 compatibility by removing Java 9–11 APIs (#12)
11
+- **types,merge**: treat List/Dictionary as subtypes and add idempotent resolve test (#10)
12
13
## v0.7.3 (2024-10-09)
14
15
### Fix
0 commit comments