Skip to content

Commit

Permalink
Merge pull request #36 from librasn/release-plz-2024-09-16T15-51-40Z
Browse files Browse the repository at this point in the history
chore: release v0.4.0
  • Loading branch information
6d7a authored Sep 17, 2024
2 parents cb6bd1d + 9776b5b commit 85b70f2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -10,6 +10,6 @@ members = [
[workspace.package]
edition = "2021"
license = "MIT/Apache-2.0"
version = "0.3.2"
version = "0.4.0"
repository = "https://github.com/librasn/compiler.git"
homepage = "https://librasn.github.io/"
2 changes: 1 addition & 1 deletion rasn-compiler-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ authors = ["Kevin Westphal"]
proc-macro = true

[dependencies]
rasn-compiler = { path = "../rasn-compiler", version = "0.3.2" }
rasn-compiler = { path = "../rasn-compiler", version = "0.4.0" }
proc-macro2 = "1"
syn= "2"
8 changes: 8 additions & 0 deletions rasn-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.3.2...rasn-compiler-v0.4.0) - 2024-09-16

### Other

- Handle case of same type in different variants
- Add optional From impl generation for CHOICE
- Fix a couple warnings & fmt

## [0.3.2](https://github.com/librasn/compiler/compare/rasn-compiler-v0.3.1...rasn-compiler-v0.3.2) - 2024-08-23

### Other
Expand Down

0 comments on commit 85b70f2

Please sign in to comment.