Skip to content

Commit 0fed4b9

Browse files
committed
docs: release version v0.5.0
1 parent f5ca2a1 commit 0fed4b9

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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: 2 additions & 2 deletions
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.4.0"
10+
version = "0.5.0"
1111

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

@@ -53,7 +53,7 @@ cursive = { version = "0.20.0", default-features = false }
5353
eden_dag = { package = "esl01-dag", version = "0.2.1" }
5454
eyre = "0.6.8"
5555
git2 = { version = "0.15.0", default-features = false }
56-
git-record = { version = "0.2", path = "../git-record" }
56+
git-record = { version = "0.3", path = "../git-record" }
5757
indicatif = "0.17.1"
5858
itertools = "0.10.3"
5959
lazy_static = "1.4.0"

git-branchless/Cargo.toml

Lines changed: 3 additions & 3 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.4.0"
15+
version = "0.5.0"
1616

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

@@ -32,12 +32,12 @@ cursive_buffered_backend = "0.6.1"
3232
dialoguer = "0.10.1"
3333
eden_dag = { package = "esl01-dag", version = "0.2.1" }
3434
eyre = "0.6.8"
35-
git-record = { version = "0.2", path = "../git-record" }
35+
git-record = { version = "0.3", path = "../git-record" }
3636
glob = "0.3.0"
3737
itertools = "0.10.3"
3838
lalrpop-util = { version = "0.19.8", features = ["lexer"] }
3939
lazy_static = "1.4.0"
40-
lib = { package = "git-branchless-lib", version = "0.4.0", path = "../git-branchless-lib" }
40+
lib = { package = "git-branchless-lib", version = "0.5.0", path = "../git-branchless-lib" }
4141
man = "0.3.0"
4242
once_cell = "1.14.0"
4343
path-slash = "0.2.1"

git-record/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
name = "git-record"
88
repository = "https://github.com/arxanas/git-branchless"
99
rust-version = "1.61.0"
10-
version = "0.2.0"
10+
version = "0.3.0"
1111

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

0 commit comments

Comments
 (0)