Skip to content

Commit b71a997

Browse files
committed
docs: release version v0.3.2
1 parent 6a650f8 commit b71a997

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.2] - 2021-06-23
11+
1012
`git-branchless` now runs on Windows! Big thanks to @waych for their efforts.
1113

1214
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).

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["cli", "git"]
99
license = "Apache-2.0"
1010
name = "git-branchless"
1111
repository = "https://github.com/arxanas/git-branchless"
12-
version = "0.3.1"
12+
version = "0.3.2"
1313

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

@@ -27,7 +27,7 @@ indicatif = "0.16.2"
2727
lazy_static = "1.4.0"
2828
log = "0.4.14"
2929
regex = "1.4.4"
30-
rusqlite = { version = "0.24.2", features = ["bundled"] }
30+
rusqlite = {version = "0.24.2", features = ["bundled"]}
3131
simple_logger = "1.11.0"
3232
structopt = "0.3.21"
3333
tempfile = "3.2.0"

0 commit comments

Comments
 (0)