From a88f1fe6cb2d69d8d76d09b53cb58d89b672fd48 Mon Sep 17 00:00:00 2001 From: John-John Tedro Date: Fri, 21 Jun 2019 00:59:06 +0200 Subject: [PATCH] Release 0.4.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- bot/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0386a6..e7c2c520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +[Unreleased]: https://github.com/udoprog/setmod/compare/0.4.1...master + +## [0.4.1] ### Changed - UI doesn't break on bad semver latest releases. -[Unreleased]: https://github.com/udoprog/setmod/compare/0.4.0...master +[0.4.1]: https://github.com/udoprog/setmod/compare/0.4.0...0.4.1 ## [0.4.0] diff --git a/Cargo.lock b/Cargo.lock index 0a6a3171..7305227d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2120,7 +2120,7 @@ dependencies = [ [[package]] name = "setmod" -version = "0.4.0" +version = "0.4.1" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "backoff 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 71699900..90cc7773 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "setmod" -version = "0.4.0" +version = "0.4.1" authors = ["John-John Tedro "] edition = "2018" license = "MIT/Apache-2.0"