Bump version: 0.2.27 -> 0.2.28 (#200)
This commit is contained in:
parent
98fe09f26b
commit
1cb7be2351
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1,6 +1,6 @@
|
|||||||
[root]
|
[root]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.2.27"
|
version = "0.2.28"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.2.27"
|
version = "0.2.28"
|
||||||
description = "🤖 Just a command runner"
|
description = "🤖 Just a command runner"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
license = "WTFPL OR MIT OR Apache-2.0"
|
license = "WTFPL OR MIT OR Apache-2.0"
|
||||||
|
1
justfile
1
justfile
@ -29,7 +29,6 @@ publish: lint clippy test
|
|||||||
cargo publish
|
cargo publish
|
||||||
git tag -a {{version}} -m {{version}}
|
git tag -a {{version}} -m {{version}}
|
||||||
git push github --tags
|
git push github --tags
|
||||||
git push origin --tags
|
|
||||||
@echo 'Remember to merge the {{version}} branch on GitHub!'
|
@echo 'Remember to merge the {{version}} branch on GitHub!'
|
||||||
|
|
||||||
build-binary-mac VERSION:
|
build-binary-mac VERSION:
|
||||||
|
Loading…
Reference in New Issue
Block a user