Skip to content

Commit

Permalink
chore(main): release cddlconv 0.1.4 (#25)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.4](cddlconv-v0.1.3...cddlconv-v0.1.4)
(2024-03-07)


### Bug Fixes

* don't use `z.lazy` for primitive types
([#24](#24))
([8d2a872](8d2a872))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 7, 2024
1 parent 8d2a872 commit 77b9402
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.3"
".": "0.1.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/google/cddlconv/compare/cddlconv-v0.1.3...cddlconv-v0.1.4) (2024-03-07)


### Bug Fixes

* don't use `z.lazy` for primitive types ([#24](https://github.com/google/cddlconv/issues/24)) ([8d2a872](https://github.com/google/cddlconv/commit/8d2a8722b9e76926adb5477288495ef18669f460))

## [0.1.3](https://github.com/google/cddlconv/compare/cddlconv-v0.1.2...cddlconv-v0.1.3) (2024-01-26)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cddlconv"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Google Inc"]
description = "A commandline utility for converting CDDL to various formats."
Expand Down

0 comments on commit 77b9402

Please sign in to comment.