Skip to content

Commit 7aa3c9c

Browse files
committed
Update the change log
1 parent 31c230a commit 7aa3c9c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGES.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ These features will be included in the next release:
55

66
Added
77
-----
8+
9+
Fixed
10+
-----
11+
12+
13+
1.7.2_ - 2023-07-12
14+
===================
15+
16+
Added
17+
-----
18+
- Add a ``News`` link on the PyPI page.
819
- Allow ``-`` as the single source filename when using the ``--stdin-filename`` option.
920
This makes the option compatible with Black.
1021
- Upgrade NixOS tests to use Python 3.11 on both Linux and macOS.
@@ -20,6 +31,7 @@ Fixed
2031
an ``__init__.py`` in the repository root.
2132
- Upgrade ``install-nix-action`` to version 22 in CI to fix an issue with macOS.
2233
- Allow ``--target-version=py312`` since newest Black supports it.
34+
- Allow a comment in milestone titles in the ``bump_version`` script.
2335

2436

2537
1.7.1_ - 2023-03-26
@@ -479,7 +491,8 @@ Added
479491
-----
480492
- Initial implementation
481493

482-
.. _Unreleased: https://github.com/akaihola/darker/compare/1.7.1...HEAD
494+
.. _Unreleased: https://github.com/akaihola/darker/compare/1.7.2...HEAD
495+
.. _1.7.2: https://github.com/akaihola/darker/compare/1.7.1...1.7.2
483496
.. _1.7.1: https://github.com/akaihola/darker/compare/1.7.0...1.7.1
484497
.. _1.7.0: https://github.com/akaihola/darker/compare/1.6.1...1.7.0
485498
.. _1.6.1: https://github.com/akaihola/darker/compare/1.6.0...1.6.1

0 commit comments

Comments
 (0)