Skip to content

Commit

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

## [Unreleased]

## [0.3.2] - 2021-06-23

`git-branchless` now runs on Windows! Big thanks to @waych for their efforts.

As a result of this work, `git-branchless` also includes its own build of SQLite, which should make it easier for users to install (#17).
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.

4 changes: 2 additions & 2 deletions 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.1"
version = "0.3.2"

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

Expand All @@ -27,7 +27,7 @@ indicatif = "0.16.2"
lazy_static = "1.4.0"
log = "0.4.14"
regex = "1.4.4"
rusqlite = { version = "0.24.2", features = ["bundled"] }
rusqlite = {version = "0.24.2", features = ["bundled"]}
simple_logger = "1.11.0"
structopt = "0.3.21"
tempfile = "3.2.0"
Expand Down

0 comments on commit b71a997

Please sign in to comment.