Skip to content

Commit

Permalink
docs: release version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Sep 29, 2022
1 parent f5ca2a1 commit 0fed4b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.

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

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

Expand Down Expand Up @@ -53,7 +53,7 @@ cursive = { version = "0.20.0", default-features = false }
eden_dag = { package = "esl01-dag", version = "0.2.1" }
eyre = "0.6.8"
git2 = { version = "0.15.0", default-features = false }
git-record = { version = "0.2", path = "../git-record" }
git-record = { version = "0.3", path = "../git-record" }
indicatif = "0.17.1"
itertools = "0.10.3"
lazy_static = "1.4.0"
Expand Down
6 changes: 3 additions & 3 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.4.0"
version = "0.5.0"

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

Expand All @@ -32,12 +32,12 @@ cursive_buffered_backend = "0.6.1"
dialoguer = "0.10.1"
eden_dag = { package = "esl01-dag", version = "0.2.1" }
eyre = "0.6.8"
git-record = { version = "0.2", path = "../git-record" }
git-record = { version = "0.3", path = "../git-record" }
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.4.0", path = "../git-branchless-lib" }
lib = { package = "git-branchless-lib", version = "0.5.0", path = "../git-branchless-lib" }
man = "0.3.0"
once_cell = "1.14.0"
path-slash = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion git-record/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
name = "git-record"
repository = "https://github.com/arxanas/git-branchless"
rust-version = "1.61.0"
version = "0.2.0"
version = "0.3.0"

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

Expand Down

0 comments on commit 0fed4b9

Please sign in to comment.