Skip to content

Commit 261b4ca

Browse files
committed
release 4.15.0
1 parent c54dfbd commit 261b4ca

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-8
lines changed

docs/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.15.0 (2024-04-26)
8+
--------------------
9+
10+
Features - 4.15.0
11+
~~~~~~~~~~~~~~~~~
12+
- Add support for multiple appending override options (-x, --override) on command line - by :user:`amitschang`. (:issue:`3261`)
13+
- Add support for inverting exit code success criteria using bang (!) (:issue:`3271`)
14+
15+
Bugfixes - 4.15.0
16+
~~~~~~~~~~~~~~~~~
17+
- Fix issue that the leading character ``c`` was dropped from packages in constraints files - by :user:`jugmac00`. (:issue:`3247`)
18+
- Allow appending to ``deps`` with ``--override testenv.deps+=foo`` - by :user:`stefanor`. (:issue:`3256`)
19+
- Fix non-existing branch ``rewrite`` in the documentation to ``main``. (:issue:`3257`)
20+
- Update test typing for build 1.2.0, which has an explicit ``Distribution`` type - by :user:`stefanor`. (:issue:`3260`)
21+
- Fix broken input parsing for ``--discover`` flag. - by :user:`mimre25` (:issue:`3272`)
22+
23+
Improved Documentation - 4.15.0
24+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25+
- Rephrase ``--discover`` flag's description to avoid confusion between paths and executables. - by :user:`mimre25` (:issue:`3274`)
26+
727
v4.14.2 (2024-03-22)
828
--------------------
929

docs/changelog/3247.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3256.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3257.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3260.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3261.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3271.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3272.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3274.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)