We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d6c31 commit 55764bcCopy full SHA for 55764bc
2 files changed
.cz.toml
@@ -15,5 +15,5 @@
15
[tool]
16
[tool.commitizen]
17
name = "cz_conventional_commits"
18
-version = "0.3.0"
+version = "0.3.1"
19
tag_format = "v$version"
CHANGELOG.md
@@ -14,6 +14,14 @@
14
~ limitations under the License.
-->
+## v0.3.1 (2023-01-24)
+
+### Fix
20
21
+- **command**: raise error in json decoder if unknown fields are passed in apierror
22
+- **mod**: add missing extracterror calls
23
+- **wasm**: set unique name for builder containers
24
25
## v0.3.0 (2023-01-16)
26
27
### Feat
0 commit comments