Skip to content

Commit f8849d4

Browse files
author
Ned Batchelder
committed
docs: version 1.2.0
1 parent 5d966b9 commit f8849d4

4 files changed

+18
-11
lines changed

CHANGELOG.rst

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

2222
.. scriv-insert-here
2323
24+
.. _changelog-1.2.0:
25+
26+
1.2.0 — 2023-01-18
27+
------------------
28+
29+
Added
30+
.....
31+
32+
- ``scriv github-release`` now has a ``--repo=`` option to specify which GitHub
33+
repo to use when you have multiple remotes.
34+
35+
Changed
36+
.......
37+
38+
- Improved the error messages from ``scriv github-release`` when a GitHub repo
39+
can't be identified among the git remotes.
40+
2441
.. _changelog-1.1.0:
2542

2643
1.1.0 — 2023-01-16

changelog.d/20230117_212621_nedbat_multi_repo_78.rst

-5
This file was deleted.

changelog.d/20230118_053516_nedbat_multi_repo_78.rst

-5
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__ = "1.1.1-dev1"
5+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)