Skip to content

Commit

Permalink
Version bump v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Feb 20, 2024
1 parent 99c47da commit 8af0d03
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ attribution
[![Generated by attribution][attribution-badge]][attribution-url]


v1.7.1
------

Bugfix release

- Add cargo files to version bump commit before tagging

```text
$ git shortlog -s v1.7.0...v1.7.1
3 Amethyst Reese
```


v1.7.0
------

Expand Down
2 changes: 1 addition & 1 deletion attribution/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "1.7.0"
__version__ = "1.7.1"
2 changes: 1 addition & 1 deletion attribution/tests/fake_crate/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 attribution/tests/fake_crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fake_crate"
version = "1.7.0"
version = "1.7.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit 8af0d03

Please sign in to comment.