Skip to content

Commit

Permalink
Merge pull request #67 from librasn/release-plz-2024-12-02T16-11-09Z
Browse files Browse the repository at this point in the history
chore: release v0.7.0
  • Loading branch information
6d7a authored Dec 2, 2024
2 parents 5bd42c1 + d9620d3 commit c0823d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -11,6 +11,6 @@ members = [
[workspace.package]
edition = "2021"
license = "MIT/Apache-2.0"
version = "0.6.1"
version = "0.7.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.6.1" }
rasn-compiler = { path = "../rasn-compiler", version = "0.7.0" }
proc-macro2 = "1"
syn= "2"
6 changes: 6 additions & 0 deletions rasn-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.6.1...rasn-compiler-v0.7.0) - 2024-12-02

### Added

- add support for named bits

## [0.6.1](https://github.com/librasn/compiler/compare/rasn-compiler-v0.6.0...rasn-compiler-v0.6.1) - 2024-11-13

### Fixed
Expand Down

0 comments on commit c0823d0

Please sign in to comment.