Skip to content

Commit cb7789b

Browse files
author
Sven Over
authored
Prepare release 1.3.0
Test Plan: `cargo run -- --version`, `cargo package` Reviewers: jozef-mokry Reviewed By: jozef-mokry Pull Request: #52
1 parent a2bd7ed commit cb7789b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.3.0] - 2022-06-01
44

55
### Improvements
66

@@ -64,3 +64,8 @@
6464
[1.0.0]: https://github.com/getcord/spr/releases/tag/v1.0.0
6565
[1.1.0]: https://github.com/getcord/spr/releases/tag/v1.1.0
6666
[1.2.0]: https://github.com/getcord/spr/releases/tag/v1.2.0
67+
[1.2.1]: https://github.com/getcord/spr/releases/tag/v1.2.1
68+
[1.2.2]: https://github.com/getcord/spr/releases/tag/v1.2.2
69+
[1.2.3]: https://github.com/getcord/spr/releases/tag/v1.2.3
70+
[1.2.4]: https://github.com/getcord/spr/releases/tag/v1.2.4
71+
[1.3.0]: https://github.com/getcord/spr/releases/tag/v1.3.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spr"
3-
version = "1.2.4"
3+
version = "1.3.0"
44
authors = ["Sven Over <sven@cord.com>", "Jozef Mokry <jozef@cord.com>"]
55
description = "Submit pull requests for individual, amendable, rebaseable commits to GitHub"
66
repository = "https://github.com/getcord/spr"

0 commit comments

Comments
 (0)