From 972a38c8a052a239042d631e20a4cf9b3376e4e6 Mon Sep 17 00:00:00 2001 From: Sven Over Date: Fri, 10 Jun 2022 16:18:26 +0100 Subject: [PATCH] Prepare release 1.3.1 Test Plan: `cargo run -- --version`, `cargo package` Reviewers: jozef-mokry, flooey Reviewed By: flooey Pull Request: https://github.com/getcord/spr/pull/60 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0bc61d..e78f246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.3.1] - 2022-06-10 ### Fixes @@ -80,3 +80,4 @@ [1.2.3]: https://github.com/getcord/spr/releases/tag/v1.2.3 [1.2.4]: https://github.com/getcord/spr/releases/tag/v1.2.4 [1.3.0]: https://github.com/getcord/spr/releases/tag/v1.3.0 +[1.3.1]: https://github.com/getcord/spr/releases/tag/v1.3.1 diff --git a/Cargo.lock b/Cargo.lock index 3bdb7bb..a8ed755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1541,7 +1541,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spr" -version = "1.3.0" +version = "1.3.1" dependencies = [ "async-compat", "async-executor", diff --git a/Cargo.toml b/Cargo.toml index 5a94072..52682e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spr" -version = "1.3.0" +version = "1.3.1" authors = ["Sven Over ", "Jozef Mokry "] description = "Submit pull requests for individual, amendable, rebaseable commits to GitHub" repository = "https://github.com/getcord/spr"