diff options
author | Stuart Stock <stuart@int08h.com> | 2019-09-28 13:00:01 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-09-28 13:00:01 -0500 |
commit | 50a505e66f44f0efcfc0fa1390fcc889ab8dcd01 (patch) | |
tree | 7349d70806650c3a8a14e0540ed84156af4d5774 | |
parent | a14c2e8513c404bcbce7f633885cf7e0f04d7916 (diff) | |
download | roughenough-50a505e66f44f0efcfc0fa1390fcc889ab8dcd01.zip |
Release 1.1.6
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | src/lib.rs | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 865ae00..99d6aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## Unreleased (to be 1.1.6) +## Version 1.1.6 * Fix several Clippy items (266f1adc9) * Update to latest Rusoto (6ff01af52) * Update to latest google-cloudkms (a0165c019) -* Update Dockerfile to Rust 1.36 (743662ff) +* Update Dockerfile to Rust 1.38 (a14c2e8) ## Version 1.1.5 @@ -1,6 +1,6 @@ [package] name = "roughenough" -version = "1.1.5" +version = "1.1.6" repository = "https://github.com/int08h/roughenough" authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"] license = "Apache-2.0" @@ -76,7 +76,7 @@ pub use crate::message::RtMessage; pub use crate::tag::Tag; /// Version of Roughenough -pub const VERSION: &str = "1.1.5"; +pub const VERSION: &str = "1.1.6"; /// Roughenough version string enriched with any compile-time optional features pub fn roughenough_version() -> String { |