Skip to content

Commit 3284ea1

Browse files
chore(main): release cddlconv 0.1.2 (#18)
1 parent 769967a commit 3284ea1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/google/cddlconv/compare/cddlconv-v0.1.1...cddlconv-v0.1.2) (2023-11-10)
4+
5+
6+
### Features
7+
8+
* implement occurence across maps and arrays ([#17](https://github.com/google/cddlconv/issues/17)) ([0f63307](https://github.com/google/cddlconv/commit/0f633076882278737001e0211b48d9b75d3869d7))
9+
310
## [0.1.1](https://github.com/google/cddlconv/compare/cddlconv-v0.1.0...cddlconv-v0.1.1) (2023-08-21)
411

512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cddlconv"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Google Inc"]
66
description = "A commandline utility for converting CDDL to various formats."

0 commit comments

Comments
 (0)