From 9d5b728ce507334ad3916e2628dab1e0d82f5882 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 29 Apr 2020 16:27:36 +0200 Subject: bump version to 1.0.2 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1d01f..d5885ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased + +## 1.0.2 - 2020-04-29 ### Added - Boss "kodans" for the Voice & Claw of the Fallen strike mission. - More help text about the available boss names. diff --git a/Cargo.lock b/Cargo.lock index b7c21b1..a2745d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -755,7 +755,7 @@ dependencies = [ [[package]] name = "raidgrep" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 942c819..d761af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raidgrep" -version = "1.0.1" +version = "1.0.2" authors = ["Daniel "] license = "GPL-3.0-or-later" edition = "2018" -- cgit v1.2.3