Skip to content

Commit

Permalink
chore: release (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2023
1 parent bceecf0 commit aeecee9
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.2](https://github.com/XAMPPRocky/rasn/compare/rasn-v0.9.1...rasn-v0.9.2) - 2023-08-04

### Other
- Update Cargo.toml
- Use workspace for macros
- correctly handle non-byte-aligned BIT STRING length ([#135](https://github.com/XAMPPRocky/rasn/pull/135))
- Fix Clippy warnings ([#132](https://github.com/XAMPPRocky/rasn/pull/132))
- Fix SNMP test

## [0.9.1](https://github.com/XAMPPRocky/rasn/compare/rasn-v0.9.0...rasn-v0.9.1) - 2023-08-01

### Fixed
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.9.1"
version = "0.9.2"
repository = "https://github.com/XAMPPRocky/rasn.git"

[workspace.dependencies]
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.9.0" }
rasn = { path = "../..", version = "0.9.2" }
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.9.0"
version = "0.9.2"
path = "../.."

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

[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.9.0" }
rasn = { path = "../..", version = "0.9.2" }
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.9.0" }
rasn-cms = { path = "../cms", version = "0.9.0" }
rasn-pkix = { path = "../pkix", version = "0.9.0" }
rasn = { path = "../..", version = "0.9.2" }
rasn-cms = { path = "../cms", version = "0.9.2" }
rasn-pkix = { path = "../pkix", version = "0.9.2" }
5 changes: 5 additions & 0 deletions standards/snmp/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.9.2](https://github.com/XAMPPRocky/rasn/compare/rasn-snmp-v0.9.1...rasn-snmp-v0.9.2) - 2023-08-04

### Other
- Fix SNMP test

## [0.9.0](https://github.com/XAMPPRocky/rasn/compare/rasn-snmp-v0.8.2...rasn-snmp-v0.9.0) - 2023-07-30

### Other
Expand Down
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.9.0" }
rasn = { path = "../..", version = "0.9.0" }
smi = { path = "../smi", package = "rasn-smi", version = "0.9.2" }
rasn = { path = "../..", version = "0.9.2" }

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

0 comments on commit aeecee9

Please sign in to comment.