Skip to content

Commit

Permalink
docs: version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Jan 18, 2023
1 parent 5d966b9 commit f8849d4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ See the fragment files in the `changelog.d directory`_.

.. scriv-insert-here
.. _changelog-1.2.0:

1.2.0 — 2023-01-18
------------------

Added
.....

- ``scriv github-release`` now has a ``--repo=`` option to specify which GitHub
repo to use when you have multiple remotes.

Changed
.......

- Improved the error messages from ``scriv github-release`` when a GitHub repo
can't be identified among the git remotes.

.. _changelog-1.1.0:

1.1.0 — 2023-01-16
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20230117_212621_nedbat_multi_repo_78.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20230118_053516_nedbat_multi_repo_78.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/scriv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Scriv changelog management tool.
"""

__version__ = "1.1.1-dev1"
__version__ = "1.2.0"

0 comments on commit f8849d4

Please sign in to comment.