Skip to content

Commit

Permalink
Version updated from 1.0.3 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FeryET committed Feb 20, 2024
1 parent ceb7c35 commit 006f28e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.0.3"
current_version = "1.1.0"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a fork of the original [repo](https://github.com/doublify/pre-commit-rus

```yaml
- repo: https://github.com/FeryET/pre-commit-rust
rev: v1.0.3
rev: v1.1.0
hooks:
- id: fmt
- id: cargo-check
Expand All @@ -22,7 +22,7 @@ This is a fork of the original [repo](https://github.com/doublify/pre-commit-rus
```yaml
- repo: https://github.com/FeryET/pre-commit-rust
rev: v1.0.3
rev: v1.1.0
hooks:
- id: fmt
args: ["--verbose", "--edition", "2018", "--"]
Expand All @@ -34,7 +34,7 @@ You can use `test` and `build` pre-commit hooks to make sure you are not pushing

```yaml
- repo: https://github.com/FeryET/pre-commit-rust
rev: v1.0.3
rev: v1.1.0
hooks:
- id: build
- id: test
Expand Down

0 comments on commit 006f28e

Please sign in to comment.