Skip to content

Commit 7fa35f2

Browse files
authored
Merge pull request #104 from librasn/release-plz-2025-05-16T21-39-02Z
chore: release v0.10.0
2 parents 995865c + 02088b5 commit 7fa35f2

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -10,6 +10,6 @@ members = [
1010
[workspace.package]
1111
edition = "2021"
1212
license = "MIT/Apache-2.0"
13-
version = "0.9.0"
13+
version = "0.10.0"
1414
repository = "https://github.com/librasn/compiler.git"
1515
homepage = "https://librasn.github.io/"

rasn-compiler-derive/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.10.0](https://github.com/librasn/compiler/compare/rasn-compiler-derive-v0.9.0...rasn-compiler-derive-v0.10.0) - 2025-05-16
10+
11+
### Added
12+
13+
- add support for tagged sequence of items
14+
915
## [0.5.0](https://github.com/librasn/compiler/compare/rasn-compiler-derive-v0.4.0...rasn-compiler-derive-v0.5.0) - 2024-09-19
1016

1117
### Added

rasn-compiler-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ authors = ["Kevin Westphal"]
1616
proc-macro = true
1717

1818
[dependencies]
19-
rasn-compiler = { path = "../rasn-compiler", version = "0.9.0" }
19+
rasn-compiler = { path = "../rasn-compiler", version = "0.10.0" }
2020
proc-macro2 = "1"
2121
syn= "2"

rasn-compiler/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.10.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.9.0...rasn-compiler-v0.10.0) - 2025-05-16
10+
11+
### Added
12+
13+
- add support for tagged sequence of items
14+
15+
### Other
16+
17+
- update dependencies
18+
919
## [0.9.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.8.1...rasn-compiler-v0.9.0) - 2025-03-14
1020

1121
### Fixed

0 commit comments

Comments
 (0)