Skip to content

Commit 4689ebe

Browse files
committed
Prepare release 0.5.0
1 parent d650877 commit 4689ebe

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88

99
### Thanks
1010

11+
## 0.5.0
12+
13+
This release adds some new methods and custom derive attributes.
14+
It also adds a lot of tests to improve code coverage.
15+
16+
asn1-rs:
17+
18+
- Add helper types for Application/Private tagged values
19+
- TaggedParser: remove constraints `from_ber_and_then` (and `_der`)
20+
- Oid: add method `starts_with`
21+
- Fix documentation of application and private tagged helpers
22+
- Fix clippy warnings
23+
24+
derive:
25+
26+
- Add custom derive BerAlias and DerAlias
27+
28+
coverage:
29+
30+
- Add many tests to improve coverage
31+
1132
## 0.4.2
1233

1334
Bugfix release:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["BER","DER","ASN1","parser","nom"]
55
homepage = "https://github.com/rusticata/asn1-rs"
66
repository = "https://github.com/rusticata/asn1-rs.git"
77
name = "asn1-rs"
8-
version = "0.4.2"
8+
version = "0.5.0"
99
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
1010
categories = ["parser-implementations"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)