Skip to content

Commit

Permalink
Prepare release 1.3.1
Browse files Browse the repository at this point in the history
Test Plan: `cargo run -- --version`, `cargo package`

Reviewers: jozef-mokry, flooey

Reviewed By: flooey

Pull Request: #60
  • Loading branch information
Sven Over authored Jun 10, 2022
1 parent 333a89b commit 972a38c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.3.1] - 2022-06-10

### Fixes

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spr"
version = "1.3.0"
version = "1.3.1"
authors = ["Sven Over <[email protected]>", "Jozef Mokry <[email protected]>"]
description = "Submit pull requests for individual, amendable, rebaseable commits to GitHub"
repository = "https://github.com/getcord/spr"
Expand Down

0 comments on commit 972a38c

Please sign in to comment.