Skip to content

Commit

Permalink
Release 0.7.4. (#78)
Browse files Browse the repository at this point in the history
Other changes

* Update _smallvec_ dependency to at least 1.6.1 due to a security advisory
  [RUSTSEC-2021-0003](https://rustsec.org/advisories/RUSTSEC-2021-0003).
  ([#77])
  • Loading branch information
partim authored Jan 10, 2024
1 parent 4333ea1 commit c813b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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.7.4-dev"
version = "0.7.4"
edition = "2018"
authors = ["NLnet Labs <[email protected]>"]
description = "Handling of data encoded in BER, CER, and DER."
Expand Down
10 changes: 3 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Change Log

## Unreleased next version
## 0.7.4

Breaking changes

New

Bug fixes
Released 2024-01-10.

Other changes

* Update _smallvec_ dependency to 1.6.1 due to a security advisory
* Update _smallvec_ dependency to at least 1.6.1 due to a security advisory
[RUSTSEC-2021-0003](https://rustsec.org/advisories/RUSTSEC-2021-0003).
([#77])

Expand Down

0 comments on commit c813b84

Please sign in to comment.