Skip to content

Commit

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

Reviewers: flooey, jozef-mokry

Reviewed By: flooey

Pull Request: #118
  • Loading branch information
Sven Over authored Jul 18, 2022
1 parent 045e83c commit 1b05ef3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## [Unreleased]
## [1.3.4] - 2022-07-18

### Improvements

- add config option to make test plan optional (@orausch)
- add comprehensive documentation (@oyamauchi)
- add a `close` command (@joneshf)
- allow `spr format` to be used without GitHub credentials
- don't fail on requesting reviewers (@joneshf)

## [1.3.3] - 2022-06-27

Expand Down Expand Up @@ -120,3 +123,4 @@
[1.3.1]: https://github.com/getcord/spr/releases/tag/v1.3.1
[1.3.2]: https://github.com/getcord/spr/releases/tag/v1.3.2
[1.3.3]: https://github.com/getcord/spr/releases/tag/v1.3.3
[1.3.4]: https://github.com/getcord/spr/releases/tag/v1.3.4
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.4-beta.1"
version = "1.3.4"
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 1b05ef3

Please sign in to comment.