Skip to content

Commit f0139a9

Browse files
committed
docs: release version 0.6.0
1 parent 730a334 commit f0139a9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] - ReleaseDate
1111

12-
## [0.6.0-rc.1] - 2022-11-10
12+
## [0.6.0] - 2022-11-10
1313

1414
### Added
1515

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-branchless-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-2.0-only"
77
name = "git-branchless-lib"
88
repository = "https://github.com/arxanas/git-branchless"
99
rust-version = "1.61.0"
10-
version = "0.6.0-rc.1"
10+
version = "0.6.0"
1111

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

git-branchless/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "git-branchless"
1212
readme = "../README.md"
1313
repository = "https://github.com/arxanas/git-branchless"
1414
rust-version = "1.61.0"
15-
version = "0.6.0-rc.1"
15+
version = "0.6.0"
1616

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

@@ -40,7 +40,7 @@ glob = "0.3.0"
4040
itertools = "0.10.3"
4141
lalrpop-util = { version = "0.19.8", features = ["lexer"] }
4242
lazy_static = "1.4.0"
43-
lib = { package = "git-branchless-lib", version = "0.6.0-rc.1", path = "../git-branchless-lib" }
43+
lib = { package = "git-branchless-lib", version = "0.6.0", path = "../git-branchless-lib" }
4444
man = "0.3.0"
4545
num_cpus = "1.13.1"
4646
once_cell = "1.16.0"

0 commit comments

Comments
 (0)