Skip to content

Commit ea88e82

Browse files
committed
Version bump v1.8.0
1 parent 31eb107 commit ea88e82

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ attribution
44
[![Generated by attribution][attribution-badge]][attribution-url]
55

66

7+
v1.8.0
8+
------
9+
10+
Feature release
11+
12+
- New: experimental support for updating versions in npm package files (#185)
13+
14+
```text
15+
$ git shortlog -s v1.7.1...v1.8.0
16+
2 Amethyst Reese
17+
13 dependabot[bot]
18+
```
19+
20+
721
v1.7.1
822
------
923

attribution/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Do not edit manually. Get more info at https://attribution.omnilib.dev
55
"""
66

7-
__version__ = "1.7.1"
7+
__version__ = "1.8.0"

attribution/tests/fake_crate/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

attribution/tests/fake_crate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fake_crate"
3-
version = "1.7.1"
3+
version = "1.8.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)