Skip to content

Commit

Permalink
[𝘀𝗽𝗿] initial version
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
jwatzman committed Nov 2, 2023
1 parent 1bd501e commit d011cff
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 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
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 d011cff

Please sign in to comment.