summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-05-11 09:24:22 -0500
committerStuart Stock <stuart@int08h.com>2019-05-11 09:24:22 -0500
commit3a4262e6673daac66d59764df24e0143c141a72d (patch)
tree8e2fdde490ec6b9a8de0fbb029b37e9909adf8c7
parent3046e56f7a252a7a93923901ea896c88645ed26a (diff)
downloadroughenough-3a4262e6673daac66d59764df24e0143c141a72d.zip
Version 1.1.5
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
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 <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
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 {