Skip to content

Commit

Permalink
chore: release v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 26, 2024
1 parent 274e021 commit 3567678
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 45 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exclude = ["fuzzing"]
[workspace.package]
edition = "2021"
license = "MIT OR Apache-2.0"
version = "0.21.0"
version = "0.22.0"
repository = "https://github.com/librasn/rasn.git"

[workspace.dependencies]
Expand Down Expand Up @@ -84,7 +84,7 @@ once_cell = { version = "1.20.2", default-features = false, features = [
"alloc",
] }
rasn-compiler = { version = "0.5.3", optional = true }
rasn-derive = { version = "0.21", path = "macros" }
rasn-derive = { version = "0.22", path = "macros" }
snafu = { version = "0.8.5", default-features = false, features = [
"rust_1_81",
] }
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ proc-macro = true
[dependencies]
syn = { version = "2.0.79", features = ["extra-traits"] }
proc-macro2 = "1.0.88"
rasn-derive-impl = { version = "0.21.0", path = "macros_impl" }
rasn-derive-impl = { version = "0.22.0", path = "macros_impl" }
8 changes: 8 additions & 0 deletions macros/macros_impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]

## [0.22.0](https://github.com/librasn/rasn/compare/rasn-derive-impl-v0.21.0...rasn-derive-impl-v0.22.0) - 2024-11-26

### Other

- [**breaking**] Add lifetime for `encoder` trait and add allocation improvements based on that (OER) ([#370](https://github.com/librasn/rasn/pull/370))
- OER: improve decoding presence tracking ([#375](https://github.com/librasn/rasn/pull/375))
- Make constraints explicitly constant and evaluated in compile time & move some computation there (OER/PER) ([#318](https://github.com/librasn/rasn/pull/318))
2 changes: 1 addition & 1 deletion standards/atn-cpdlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
2 changes: 1 addition & 1 deletion standards/atn-ulcs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
2 changes: 1 addition & 1 deletion standards/cap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
2 changes: 1 addition & 1 deletion standards/cbr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
2 changes: 1 addition & 1 deletion standards/cdt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
4 changes: 2 additions & 2 deletions standards/cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ license.workspace = true
repository.workspace = true

[dependencies.rasn]
version = "0.21"
version = "0.22"
path = "../.."

[dependencies.rasn-pkix]
version = "0.21"
version = "0.22"
path = "../pkix"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion standards/credssp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
2 changes: 1 addition & 1 deletion standards/h282/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
4 changes: 2 additions & 2 deletions standards/kerberos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ features = ["otp"]
otp = ["rasn-pkix"]

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn-pkix = { path = "../pkix", version = "0.21", optional = true }
rasn = { path = "../..", version = "0.22" }
rasn-pkix = { path = "../pkix", version = "0.22", optional = true }

[dev-dependencies]
pretty_assertions.workspace = true
2 changes: 1 addition & 1 deletion standards/ldap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
4 changes: 2 additions & 2 deletions standards/mib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
smi = { path = "../smi", package = "rasn-smi", version = "0.21" }
rasn = { path = "../..", version = "0.21" }
smi = { path = "../smi", package = "rasn-smi", version = "0.22" }
rasn = { path = "../..", version = "0.22" }
4 changes: 2 additions & 2 deletions standards/ocsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn-pkix = { path = "../pkix", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
rasn-pkix = { path = "../pkix", version = "0.22" }
2 changes: 1 addition & 1 deletion standards/pkix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }

[dev-dependencies]
base64 = "0.22"
Expand Down
2 changes: 1 addition & 1 deletion standards/smi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
chrono.workspace = true
6 changes: 3 additions & 3 deletions standards/smime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rasn = { path = "../..", version = "0.21" }
rasn-cms = { path = "../cms", version = "0.21" }
rasn-pkix = { path = "../pkix", version = "0.21" }
rasn = { path = "../..", version = "0.22" }
rasn-cms = { path = "../cms", version = "0.22" }
rasn-pkix = { path = "../pkix", version = "0.22" }
4 changes: 2 additions & 2 deletions standards/snmp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
smi = { path = "../smi", package = "rasn-smi", version = "0.21" }
rasn = { path = "../..", version = "0.21" }
smi = { path = "../smi", package = "rasn-smi", version = "0.22" }
rasn = { path = "../..", version = "0.22" }

[dev-dependencies]
hex = "0.4.3"
Expand Down

0 comments on commit 3567678

Please sign in to comment.