Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 12, 2024
1 parent 1304d49 commit db807b5
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 13 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.17.3](https://github.com/librasn/rasn/compare/rasn-v0.17.2...rasn-v0.17.3) - 2024-09-12

### Other

- Add new field constructors that accept generics
- Clippy fixes and CI artifact upload/download update ([#319](https://github.com/librasn/rasn/pull/319))
- Update itertools to 0.13, update Cargo.lock
- Add ZERO constant to integer, fix warnings

## [0.17.2](https://github.com/librasn/rasn/compare/rasn-v0.17.1...rasn-v0.17.2) - 2024-09-09

### Other
Expand Down
24 changes: 12 additions & 12 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/Apache-2.0"
version = "0.17.2"
version = "0.17.3"
repository = "https://github.com/librasn/rasn.git"

[workspace.dependencies]
Expand Down
6 changes: 6 additions & 0 deletions macros/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.17.3](https://github.com/librasn/rasn/compare/rasn-derive-v0.17.2...rasn-derive-v0.17.3) - 2024-09-12

### Other

- Update itertools to 0.13, update Cargo.lock

## [0.16.0](https://github.com/librasn/rasn/compare/rasn-derive-v0.15.3...rasn-derive-v0.16.0) - 2024-07-17

### Other
Expand Down
6 changes: 6 additions & 0 deletions standards/kerberos/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.17.3](https://github.com/librasn/rasn/compare/rasn-kerberos-v0.17.2...rasn-kerberos-v0.17.3) - 2024-09-12

### Other

- update Cargo.toml dependencies

## [0.9.3](https://github.com/XAMPPRocky/rasn/compare/rasn-kerberos-v0.9.2...rasn-kerberos-v0.9.3) - 2023-08-06

### Other
Expand Down
6 changes: 6 additions & 0 deletions standards/pkix/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.17.3](https://github.com/librasn/rasn/compare/rasn-pkix-v0.17.2...rasn-pkix-v0.17.3) - 2024-09-12

### Other

- update Cargo.toml dependencies

## [0.17.0](https://github.com/librasn/rasn/compare/rasn-pkix-v0.16.6...rasn-pkix-v0.17.0) - 2024-09-05

### Added
Expand Down
6 changes: 6 additions & 0 deletions standards/smi/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.17.3](https://github.com/librasn/rasn/compare/rasn-smi-v0.17.2...rasn-smi-v0.17.3) - 2024-09-12

### Other

- update Cargo.toml dependencies

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

### Other
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.17.3](https://github.com/librasn/rasn/compare/rasn-snmp-v0.17.2...rasn-snmp-v0.17.3) - 2024-09-12

### Other

- update Cargo.toml dependencies

## [0.12.0](https://github.com/XAMPPRocky/rasn/compare/rasn-snmp-v0.11.1...rasn-snmp-v0.12.0) - 2023-11-12

### Other
Expand Down

0 comments on commit db807b5

Please sign in to comment.