Skip to content

Commit

Permalink
Release 0.15.10. (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
partim authored Feb 28, 2023
1 parent 5e0cb1e commit b7c4e2d
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 = "rpki"
version = "0.15.10-dev"
version = "0.15.10"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
description = "A library for validating and creating RPKI data."
Expand Down
8 changes: 2 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Changelog

## Unreleased next version
## 0.15.10

Breaking Changes
Released 2023-02-28.

New

* Added `RoaIpAddress::max_length`. ([#245])
* Added `content` methods to `Roa` and `Aspa` allowing access to the
content before validation. ([#248] by [@digizeph])

Bug Fixes

Other Changes

[#245]: https://github.com/NLnetLabs/rpki-rs/pull/245
[#248]: https://github.com/NLnetLabs/rpki-rs/pull/248
[@digizeph]: https://github.com/digizeph
Expand Down

0 comments on commit b7c4e2d

Please sign in to comment.