Skip to content

Commit c10f864

Browse files
author
Ned Batchelder
committed
build: bump version, scriv collect
1 parent 31b8a4b commit c10f864

5 files changed

+23
-18
lines changed

CHANGELOG.rst

+22
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,28 @@ See the fragment files in the `changelog.d directory`_.
2121

2222
.. scriv-insert-here
2323
24+
.. _changelog-0.16.0:
25+
26+
0.16.0 — 2022-07-24
27+
-------------------
28+
29+
Added
30+
.....
31+
32+
- The ``github_release`` command will use a GitHub personal access token stored
33+
in the GITHUB_TOKEN environment variable, or from a .netrc file.
34+
35+
Fixed
36+
.....
37+
38+
- The github_release command was using `git tags` as a command when it should
39+
have used `git tag`.
40+
41+
- Anchors in the changelog were being included in the previous sections when
42+
creating GitHub releases. This has been fixed, closing `issue 53`_.
43+
44+
.. _issue 53: https://github.com/nedbat/scriv/issues/53
45+
2446
.. _changelog-0.15.2:
2547

2648
0.15.2 — 2022-06-18

changelog.d/20220625_114317_nedbat.rst

-5
This file was deleted.

changelog.d/20220628_054601_nedbat.rst

-5
This file was deleted.

changelog.d/20220724_165745_nedbat.rst

-7
This file was deleted.

src/scriv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Scriv changelog management tool.
33
"""
44

5-
__version__ = "0.15.2"
5+
__version__ = "0.16.0"

0 commit comments

Comments
 (0)