Skip to content

Commit e4dc607

Browse files
chore: release v0.13.0
1 parent de3afa3 commit e4dc607

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

Cargo.lock

Lines changed: 3 additions & 9 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
@@ -11,6 +11,6 @@ members = [
1111
edition = "2021"
1212
rust-version = "1.82"
1313
license = "MIT/Apache-2.0"
14-
version = "0.12.0"
14+
version = "0.13.0"
1515
repository = "https://github.com/librasn/compiler.git"
1616
homepage = "https://librasn.github.io/"

rasn-compiler-derive/Cargo.toml

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

1919
[dependencies]
20-
rasn-compiler = { path = "../rasn-compiler", version = "0.12.0" }
20+
rasn-compiler = { path = "../rasn-compiler", version = "0.13.0" }
2121
proc-macro2 = "1"
2222
syn= "2"

rasn-compiler/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.13.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.12.0...rasn-compiler-v0.13.0) - 2025-07-10
10+
11+
### Added
12+
13+
- RasnCompiler and TsCompiler type alias
14+
15+
### Other
16+
17+
- Move cli.rs into bin.rs
18+
- Do not specify crate-type for rasn-compiler
19+
- Add type_reference and module_reference parsers
20+
- Rename value_identifier parser to value_reference
21+
- Rename InformationObjectFieldReference to ObjectClassFieldType
22+
- Rename ModuleReference to ModuleHeader
23+
- Rename InformationObjectClass to ObjectClassDefn
24+
925
## [0.12.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.11.0...rasn-compiler-v0.12.0) - 2025-06-30
1026

1127
### Other

0 commit comments

Comments
 (0)