Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0"
".": "0.1.1"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [0.1.1](https://github.com/google/cddlconv/compare/cddlconv-v0.1.0...cddlconv-v0.1.1) (2023-08-21)


### Features

* add support for zod enums ([dc5fded](https://github.com/google/cddlconv/commit/dc5fded8ba4235959854170d2c7ac34fe2274df9))
* implement zod output ([f47c806](https://github.com/google/cddlconv/commit/f47c8066ac06ae4d2f443631b6c9c29448cb2d90))
* initial commit ([4468f7d](https://github.com/google/cddlconv/commit/4468f7dc13d96a80a2f9294fffb40d20b428bbca))


### Bug Fixes

* branch name in cargo.toml not found anymore ([#1](https://github.com/google/cddlconv/issues/1)) ([256cbfd](https://github.com/google/cddlconv/commit/256cbfd269115323247d4fb3c8624756140a7799))
* implement tuple types ([600387d](https://github.com/google/cddlconv/commit/600387de89bc8b79352db32527f866e854246907))
* lock `cddl` to working revision ([41712e6](https://github.com/google/cddlconv/commit/41712e62868cfb9226c0f6925a75935d24be101a))
* only create enum for size >= 2 ([664eb52](https://github.com/google/cddlconv/commit/664eb52860ed10c950d0a84fad7b3571d9413125))
* remove unnecessary newline ([8e79904](https://github.com/google/cddlconv/commit/8e79904177fe6652ffdddac0a51dc837ece46a04))
* update value representation ([f2238c8](https://github.com/google/cddlconv/commit/f2238c85f61afc48140b75e3debbd82c8d607f0f))
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.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down