From 3e2022b289617dca9f777194806e61fc5bfa278e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:51:00 +0000 Subject: [PATCH] chore: release v0.7.4 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- rasn-compiler-derive/Cargo.toml | 2 +- rasn-compiler/CHANGELOG.md | 6 ++++++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba0d473..5d6ef9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "rasn-compiler" -version = "0.7.3" +version = "0.7.4" dependencies = [ "chrono", "clap", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "rasn-compiler-derive" -version = "0.7.3" +version = "0.7.4" dependencies = [ "proc-macro2", "rasn-compiler", @@ -530,7 +530,7 @@ dependencies = [ [[package]] name = "rasn-compiler-tests" -version = "0.7.3" +version = "0.7.4" dependencies = [ "bitvec", "bitvec-nom", diff --git a/Cargo.toml b/Cargo.toml index e370f98..1dbc374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/" diff --git a/rasn-compiler-derive/Cargo.toml b/rasn-compiler-derive/Cargo.toml index 51581dd..b72da02 100644 --- a/rasn-compiler-derive/Cargo.toml +++ b/rasn-compiler-derive/Cargo.toml @@ -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" diff --git a/rasn-compiler/CHANGELOG.md b/rasn-compiler/CHANGELOG.md index b28444b..35915a3 100644 --- a/rasn-compiler/CHANGELOG.md +++ b/rasn-compiler/CHANGELOG.md @@ -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