File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments