From 3a4262e6673daac66d59764df24e0143c141a72d Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Sat, 11 May 2019 09:24:22 -0500 Subject: Version 1.1.5 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c9a4d..cd5beb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Version 1.1.5 + +* Improved error messages (3841942) +* Update fuzzer server target to sync with roughenough-fuzz +* Add Dockerfile to create a server container + ## Version 1.1.4 * Implement Roughtime ecosystem response mangling (177372f, f851deb) diff --git a/Cargo.toml b/Cargo.toml index e358a57..f8cf272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roughenough" -version = "1.1.4" +version = "1.1.5" repository = "https://github.com/int08h/roughenough" authors = ["Stuart Stock ", "Aaron Hill "] license = "Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 4ec3955..74e21dd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -76,7 +76,7 @@ pub use crate::message::RtMessage; pub use crate::tag::Tag; /// Version of Roughenough -pub const VERSION: &str = "1.1.4"; +pub const VERSION: &str = "1.1.5"; /// Roughenough version string enriched with any compile-time optional features pub fn roughenough_version() -> String { -- cgit v1.2.3