Skip to content

Commit

Permalink
Merge pull request #80 from librasn/release-plz-2025-02-04T16-50-59Z
Browse files Browse the repository at this point in the history
chore: release v0.7.4
  • Loading branch information
6d7a authored Feb 5, 2025
2 parents 8a0ba36 + 3e2022b commit 604e8c8
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@ -11,6 +11,6 @@ members = [
[workspace.package]
edition = "2021"
license = "MIT/Apache-2.0"
version = "0.7.3"
version = "0.7.4"
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.7.3" }
rasn-compiler = { path = "../rasn-compiler", version = "0.7.4" }
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.4](https://github.com/librasn/compiler/compare/rasn-compiler-v0.7.3...rasn-compiler-v0.7.4) - 2025-02-04

### Other

- enable graphic string

## [0.7.3](https://github.com/librasn/compiler/compare/rasn-compiler-v0.7.2...rasn-compiler-v0.7.3) - 2025-01-21

### Other
Expand Down

0 comments on commit 604e8c8

Please sign in to comment.