Skip to content

Commit

Permalink
Prepare for release 0.6.1. (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
partim authored Oct 29, 2021
1 parent 5f8c6e1 commit 6261dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bcder"
version = "0.6.1-dev"
version = "0.6.1"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <rpki-team@nlnetlabs.nl>"]
description = "Handling of data encoded in BER, CER, and DER."
Expand Down
8 changes: 2 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Change Log

## Unreleased Future Version
## 0.6.1

Breaking Changes
Released 2012-10-29.

New

* `int::Unsigned` can now be created from an arbitrary length big-endian
representation of an unsigned integer. ([#59])
* Add `OctetString::take_opt_from`. ([#61])

Bug Fixes

Other Changes

[#59]: https://github.com/NLnetLabs/bcder/pull/59
[#61]: https://github.com/NLnetLabs/bcder/pull/61

Expand Down

0 comments on commit 6261dcd

Please sign in to comment.