Skip to content

Commit

Permalink
chore: release (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2024
1 parent 35bf4a7 commit 74a33b4
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 18 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.5](https://github.com/librasn/rasn/compare/rasn-v0.12.4...rasn-v0.12.5) - 2024-02-02

### Fixed
- *(der)* sort SET OF items ([#220](https://github.com/librasn/rasn/pull/220))
- *(macro)* recognize option references ([#219](https://github.com/librasn/rasn/pull/219))

### Other
- remove legacy compiler ([#221](https://github.com/librasn/rasn/pull/221))
- Make backtraces as feature, enabled by default ([#214](https://github.com/librasn/rasn/pull/214))

## [0.12.4](https://github.com/XAMPPRocky/rasn/compare/rasn-v0.12.3...rasn-v0.12.4) - 2023-12-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion 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/Apache-2.0"
version = "0.12.4"
version = "0.12.5"
repository = "https://github.com/librasn/rasn.git"

[workspace.dependencies]
Expand Down
5 changes: 5 additions & 0 deletions macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.5](https://github.com/librasn/rasn/compare/rasn-derive-v0.12.4...rasn-derive-v0.12.5) - 2024-02-02

### Fixed
- *(macro)* recognize option references ([#219](https://github.com/librasn/rasn/pull/219))

## [0.12.1](https://github.com/XAMPPRocky/rasn/compare/rasn-derive-v0.12.0...rasn-derive-v0.12.1) - 2023-11-14

### Other
Expand Down
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.12.4" }
rasn = { path = "../..", version = "0.12.5" }
4 changes: 2 additions & 2 deletions standards/cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ license.workspace = true
repository.workspace = true

[dependencies.rasn]
version = "0.12.4"
version = "0.12.5"
path = "../.."

[dependencies.rasn-pkix]
version = "0.12.4"
version = "0.12.5"
path = "../pkix"
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.12.4" }
rasn-pkix = { path = "../pkix", version = "0.12.4", optional = true }
rasn = { path = "../..", version = "0.12.5" }
rasn-pkix = { path = "../pkix", version = "0.12.5", 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.12.4" }
rasn = { path = "../..", version = "0.12.5" }
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.12.4" }
rasn = { path = "../..", version = "0.12.4" }
smi = { path = "../smi", package = "rasn-smi", version = "0.12.5" }
rasn = { path = "../..", version = "0.12.5" }
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.12.4" }
rasn-pkix = { path = "../pkix", version = "0.12.4" }
rasn = { path = "../..", version = "0.12.5" }
rasn-pkix = { path = "../pkix", version = "0.12.5" }
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.12.4" }
rasn = { path = "../..", version = "0.12.5" }

[dev-dependencies]
base64 = "0.13"
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.12.4" }
rasn = { path = "../..", version = "0.12.5" }
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.12.4" }
rasn-cms = { path = "../cms", version = "0.12.4" }
rasn-pkix = { path = "../pkix", version = "0.12.4" }
rasn = { path = "../..", version = "0.12.5" }
rasn-cms = { path = "../cms", version = "0.12.5" }
rasn-pkix = { path = "../pkix", version = "0.12.5" }
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.12.4" }
rasn = { path = "../..", version = "0.12.4" }
smi = { path = "../smi", package = "rasn-smi", version = "0.12.5" }
rasn = { path = "../..", version = "0.12.5" }

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

0 comments on commit 74a33b4

Please sign in to comment.