Skip to content

Commit

Permalink
docs: release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Nov 14, 2022
1 parent 730a334 commit f0139a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.6.0-rc.1] - 2022-11-10
## [0.6.0] - 2022-11-10

### Added

Expand Down
4 changes: 2 additions & 2 deletions 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 git-branchless-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-2.0-only"
name = "git-branchless-lib"
repository = "https://github.com/arxanas/git-branchless"
rust-version = "1.61.0"
version = "0.6.0-rc.1"
version = "0.6.0"

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

Expand Down
4 changes: 2 additions & 2 deletions git-branchless/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "git-branchless"
readme = "../README.md"
repository = "https://github.com/arxanas/git-branchless"
rust-version = "1.61.0"
version = "0.6.0-rc.1"
version = "0.6.0"

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

Expand Down Expand Up @@ -40,7 +40,7 @@ glob = "0.3.0"
itertools = "0.10.3"
lalrpop-util = { version = "0.19.8", features = ["lexer"] }
lazy_static = "1.4.0"
lib = { package = "git-branchless-lib", version = "0.6.0-rc.1", path = "../git-branchless-lib" }
lib = { package = "git-branchless-lib", version = "0.6.0", path = "../git-branchless-lib" }
man = "0.3.0"
num_cpus = "1.13.1"
once_cell = "1.16.0"
Expand Down

0 comments on commit f0139a9

Please sign in to comment.