Skip to content

Commit

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

## [Unreleased]

## [0.3.3] - 2021-06-27

This release primarily improves the new user experience.

- Added: `git branchless init` will attempt to detect the correct main branch name to use for the repository. If not automatically detected, it will prompt for the branch name.
- Added: `git branchless init --uninstall` will uninstall `git-branchless` from the repository.
- Fixed: The version number in `git-branchless --help` was fixed at `0.2.0`. It now reflects the version of the package.
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 = "Apache-2.0"
name = "git-branchless"
repository = "https://github.com/arxanas/git-branchless"
version = "0.3.2"
version = "0.3.3"

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

Expand Down

0 comments on commit 4154e21

Please sign in to comment.