Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Jun 2, 2023
1 parent eebdddd commit 4597dc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
homepage = "https://github.com/dandavison/delta"
license = "MIT"
repository = "https://github.com/dandavison/delta"
version = "0.16.1"
version = "0.16.2"

[[bin]]
name = "delta"
Expand Down
1 change: 1 addition & 0 deletions etc/release.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ bump-version: $(BUMP_VERSION_SENTINEL)
$(BUMP_VERSION_SENTINEL):
@echo Bumping version in Cargo.toml
sed -i -E "s,^version = \"$$DELTA_OLD_VERSION\",version = \"$$DELTA_NEW_VERSION\",g" Cargo.toml
cargo build --release
git add Cargo.toml Cargo.lock
git commit -m "Bump version" || true
touch $(BUMP_VERSION_SENTINEL)
Expand Down

0 comments on commit 4597dc4

Please sign in to comment.