Skip to content

Commit

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

Reviewers: yeo-yeo

Reviewed By: yeo-yeo

Pull Request: spacedentist#180
  • Loading branch information
jwatzman authored and Clarity Flowers committed Mar 19, 2024
1 parent 61d27ad commit 5bb7b38
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog

## [Unreleased]
## [1.3.5] - 2023-11-02

### Fixes

- don't line-wrap URLs (@keyz)
- fix base branch name for github protected branches (@rockwotj)
- fix clippy warnings (@spacedentist)

### Improvements

- turn repository into Cargo workspace (@spacedentist)
- documentation improvements (@spacedentist)
- add shorthand for `--all` (@rockwotj)
- don't fetch all users/teams to check reviewers (@andrewhamon)
- add refname checking (@cadolphs)
- run post-rewrite hooks (@jwatzman)

## [1.3.4] - 2022-07-18

Expand Down Expand Up @@ -126,3 +141,4 @@
[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
[1.3.5]: https://github.com/getcord/spr/releases/tag/v1.3.5
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 spr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spr"
version = "1.3.5-beta.1"
version = "1.3.5"
authors = ["Sven Over <sven@cord.com>", "Jozef Mokry <jozef@cord.com>"]
description = "Submit pull requests for individual, amendable, rebaseable commits to GitHub"
repository = "https://github.com/getcord/spr"
Expand Down

0 comments on commit 5bb7b38

Please sign in to comment.