Skip to content

Commit

Permalink
Prepare release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Jun 20, 2022
1 parent 2825731 commit cf216f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@

### Thanks

## 0.5.1

Minor fixes:

- Fix constraints too strict on `TaggedValue::FromDer`, do not auto-derive
- Update oid-registry
- Fix `Any::as_relative_oid` to take a reference (and not consume input)

derive:

- Add special case handler for alias to Any
- Add support for DEFAULT attribute

## 0.5.0

This release adds some new methods and custom derive attributes.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords = ["BER","DER","ASN1","parser","nom"]
homepage = "https://github.com/rusticata/asn1-rs"
repository = "https://github.com/rusticata/asn1-rs.git"
name = "asn1-rs"
version = "0.5.0"
version = "0.5.1"
authors = ["Pierre Chifflier <[email protected]>"]
categories = ["parser-implementations"]
readme = "README.md"
Expand Down

0 comments on commit cf216f4

Please sign in to comment.