Skip to content

Commit

Permalink
docs: release version v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Aug 12, 2021
1 parent 688a7b4 commit 4722bbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.4] - 2021-08-12

- BREAKING: `git-branchless` is now licensed under the GPL-2.
- Added: `git move` now supports forcing an in-memory rebase with the `--in-memory` flag.
- Added: The `reference-transaction` hook prints out which references were updated.
- Added: `git restack` can now accept a list of commit hashes whose descendants should be restacked, rather than restacking every abandoned commit indiscriminately.
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
Expand Up @@ -9,7 +9,7 @@ keywords = ["cli", "git"]
license = "GPL-2.0-only"
name = "git-branchless"
repository = "https://github.com/arxanas/git-branchless"
version = "0.3.3"
version = "0.3.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 4722bbe

Please sign in to comment.