Skip to content

Commit

Permalink
Prepare release 1.2.2
Browse files Browse the repository at this point in the history
Test Plan: `cargo package`

Reviewers: Netceer, jozef-mokry

Reviewed By: Netceer, jozef-mokry

Pull Request: #40
  • Loading branch information
Sven Over authored May 23, 2022
1 parent 77a7da0 commit 131ba05
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.2.2] - 2022-05-23

### Fixes

- fix clippy warnings

### Improvements

- clean-up `Cargo.toml` and update dependencies
- add to `README.md`

## [1.2.1] - 2022-04-21

### 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.2.1"
version = "1.2.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 131ba05

Please sign in to comment.