Skip to content

Commit c00bc3c

Browse files
committed
Version bump v1.1.0
1 parent b391b8e commit c00bc3c

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
squatter
2+
========
3+
4+
[![Generated by attribution][attribution-badge]][attribution-url]
5+
6+
7+
v1.1.0
8+
------
9+
10+
Feature release
11+
12+
- Add `--keep` flag.
13+
- You still shouldn't use this.
14+
15+
```text
16+
$ git shortlog -s v1.0.0...v1.1.0
17+
3 Amethyst Reese
18+
1 Tim Hatch
19+
1 dependabot[bot]
20+
```
21+
22+
23+
v1.0.0
24+
------
25+
26+
Initial release, you shouldn't use this
27+
28+
```text
29+
$ git shortlog -s v1.0.0
30+
1 Amethyst Reese
31+
8 Tim Hatch
32+
1 dependabot[bot]
33+
```
34+
35+
[attribution-badge]:
36+
https://img.shields.io/badge/generated%20by-attribution-informational
37+
[attribution-url]: https://attribution.omnilib.dev

squatter/__version__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
This file is automatically generated by attribution.
3+
4+
Do not edit manually. Get more info at https://attribution.omnilib.dev
5+
"""
6+
7+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)