Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.20.3 #347

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.3](https://github.com/librasn/rasn/compare/rasn-v0.20.2...rasn-v0.20.3) - 2024-10-28

### Added

- Add Compressed Data Type crate
- Add CBR crate
- Add ATN ULCS crate
- Add ATN-CPDLC crate

### Fixed

- Don't override generics impl in proc-macros on encode impl ([#354](https://github.com/librasn/rasn/pull/354))
- pin release-plz version until fixed ([#353](https://github.com/librasn/rasn/pull/353))
- decoding of extended fields in sequence in BER ([#351](https://github.com/librasn/rasn/pull/351))
- Fix most issues related to dependency update, except hashbrown version ([#349](https://github.com/librasn/rasn/pull/349))

### Other

- Update from iai to iai-callgrind ([#358](https://github.com/librasn/rasn/pull/358))
- black box integer test, use macros ([#360](https://github.com/librasn/rasn/pull/360))
- Optimize field presence tracking of default/optional/extended fields ([#324](https://github.com/librasn/rasn/pull/324))
- run x509 benches only on x86_64 or aarch64 ([#355](https://github.com/librasn/rasn/pull/355))
- Add other X.509 libraries to bench
- Disallow structs without fields for a `set` ([#352](https://github.com/librasn/rasn/pull/352))
- update dependencies
- update lockfile
- fmt
- update lockfile
- Create FUNDING.yml

## [0.20.2](https://github.com/librasn/rasn/compare/rasn-v0.20.1...rasn-v0.20.2) - 2024-10-18

### Fixed
Expand Down
32 changes: 16 additions & 16 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 @@ -19,7 +19,7 @@ exclude = ["fuzzing"]
[workspace.package]
edition = "2021"
license = "MIT OR Apache-2.0"
version = "0.20.2"
version = "0.20.3"
repository = "https://github.com/librasn/rasn.git"

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

## [Unreleased]

## [0.20.3](https://github.com/librasn/rasn/compare/rasn-derive-v0.20.2...rasn-derive-v0.20.3) - 2024-10-28

### Fixed

- Don't override generics impl in proc-macros on encode impl ([#354](https://github.com/librasn/rasn/pull/354))
- decoding of extended fields in sequence in BER ([#351](https://github.com/librasn/rasn/pull/351))

### Other

- Optimize field presence tracking of default/optional/extended fields ([#324](https://github.com/librasn/rasn/pull/324))
- Disallow structs without fields for a `set` ([#352](https://github.com/librasn/rasn/pull/352))
- update dependencies

## [0.20.2](https://github.com/librasn/rasn/compare/rasn-derive-v0.20.1...rasn-derive-v0.20.2) - 2024-10-18

### Fixed
Expand Down
10 changes: 10 additions & 0 deletions standards/cms/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.20.3](https://github.com/librasn/rasn/compare/rasn-cms-v0.20.2...rasn-cms-v0.20.3) - 2024-10-28

### Fixed

- Fix most issues related to dependency update, except hashbrown version ([#349](https://github.com/librasn/rasn/pull/349))

### Other

- Optimize field presence tracking of default/optional/extended fields ([#324](https://github.com/librasn/rasn/pull/324))

## [0.20.2](https://github.com/librasn/rasn/compare/rasn-cms-v0.20.1...rasn-cms-v0.20.2) - 2024-10-18

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

## [Unreleased]

## [0.20.3](https://github.com/librasn/rasn/compare/rasn-pkix-v0.20.2...rasn-pkix-v0.20.3) - 2024-10-28

### Fixed

- Fix most issues related to dependency update, except hashbrown version ([#349](https://github.com/librasn/rasn/pull/349))

### Other

- Optimize field presence tracking of default/optional/extended fields ([#324](https://github.com/librasn/rasn/pull/324))
- update dependencies

## [0.20.2](https://github.com/librasn/rasn/compare/rasn-pkix-v0.20.1...rasn-pkix-v0.20.2) - 2024-10-18

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions standards/snmp/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.20.3](https://github.com/librasn/rasn/compare/rasn-snmp-v0.20.2...rasn-snmp-v0.20.3) - 2024-10-28

### Other

- Optimize field presence tracking of default/optional/extended fields ([#324](https://github.com/librasn/rasn/pull/324))

## [0.20.2](https://github.com/librasn/rasn/compare/rasn-snmp-v0.20.1...rasn-snmp-v0.20.2) - 2024-10-18

### Fixed
Expand Down