Skip to content

Commit

Permalink
Bump asn1rs version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Jul 27, 2023
1 parent a52741e commit c88cd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

## [0.3.2] - 2023-07-27
## [0.3.1] - 2023-07-27
### Fixed
- Fix `asn1rs-model` dependency of `asn1rs-macros` ([3986ce9](https://github.com/kellerkindt/asn1rs/commit/3986ce9))
- Fix `asn1rs-macros` dependency of `asn1rs` ([5d4f4ec](https://github.com/kellerkindt/asn1rs/commit/5d4f4ec))

## [0.3.1] - 2023-07-27
### Fixed
- Fix `asn1rs-*` version dependency ([9825de9](https://github.com/kellerkindt/asn1rs/commit/9825de9))

## [0.3.0] - 2023-07-27
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asn1rs"
version = "0.3.2"
version = "0.3.1"
authors = ["Michael Watzko <[email protected]>"]
edition = "2018"
description = "ASN.1 to Rust, Protobuf and SQL compiler/code generator. Supports ASN.1 UPER"
Expand Down

0 comments on commit c88cd0d

Please sign in to comment.