Skip to content

Commit

Permalink
Bump version v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter554 committed Jan 5, 2025
1 parent fb0bcc9 commit 32f8a6a
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 @@ -5,7 +5,7 @@ repository = "https://github.com/Peter554/pyimports"
documentation = "https://docs.rs/pyimports/"
readme = "README.md"
license = "MIT"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
exclude = [
".github/*",
Expand Down
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ tasks:
- git commit -m "Bump version v$(cargo metadata --format-version=1 --no-deps | jq -r '.packages[0].version')"
- git tag "v$(cargo metadata --format-version=1 --no-deps | jq -r '.packages[0].version')"
- cargo publish
- git push
- git push --tags

check.uncommitted-changes:
Expand Down

0 comments on commit 32f8a6a

Please sign in to comment.