From 6d20a295819d3cfa6075e6756bd504cb5df7c8e4 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Mon, 5 Nov 2018 15:35:06 +0100 Subject: [PATCH] Prepare for release 0.1.1. --- Cargo.toml | 1 + Changelog.md | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2a60ec..5622005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/NLnetLabs/routinator" keywords = ["rpki", "routing-security", "bgp"] categories = ["command-line-utilities"] license = "BSD-3-Clause" +readme = "README.md" [dependencies] rpki = "^0.1" diff --git a/Changelog.md b/Changelog.md index 41ae4ef..a116a5f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,17 +1,15 @@ # Change Log -## 0.1.1 - -Breaking Changes - -New +## 0.1.1 ‘Five-second Rule’ Bug Fixes -Dependencies +* [Wrong End Of Data PDU in RPKI-RTR version 0.][15] + +[15]: https://github.com/NLnetLabs/routinator/issues/15 -## 0.1.0 +## 0.1.0 ‘Godspeed!’ Initial public release.