Skip to content

Commit

Permalink
Release version 1.3.2
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: #73
  • Loading branch information
Sven Over authored Jun 16, 2022
1 parent 6edd80c commit 808673b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.2] - 2022-06-16

### Fixes

- fix list of required GitHub permissions in `spr init` message
- fix aborting Pull Request update by entering empty message on prompt
- fix a problem where occasionally `spr diff` would fail because it could not push the base branch to GitHub

### Improvements

- add `spr.requireApprovals` config field to control if spr enforces that only accepted PRs can be landed
- the spr binary no longer depends on openssl
- add documentation to the docs/ folder
- `spr diff` now warns the user if the local commit message differs from the one on GitHub when updating an existing Pull Request

## [1.3.1] - 2022-06-10

### Fixes
Expand Down
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.1"
version = "1.3.2"
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 808673b

Please sign in to comment.