Skip to content

Commit f5aee34

Browse files
committed
chore: prepare release 2.1.0
1 parent 0155d81 commit f5aee34

File tree

8 files changed

+21
-9
lines changed

8 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/).
99

1010
<!-- towncrier release notes start -->
1111

12+
## [2.1.0](https://github.com/leodevian/modern-python/tree/v2.1.0)
13+
14+
### Security
15+
16+
- Bump the lower version boundary for uv to 0.8.6.
17+
18+
### Added
19+
20+
- Add license and requirements to the documentation.
21+
- Start a new dynamic coverage context for each test function.
22+
23+
### Changed
24+
25+
- Edit descriptions in `tox.toml` and `noxfile.py`.
26+
- Update pre-commit hooks to their latest versions.
27+
28+
1229
## [2.0.0](https://github.com/leodevian/modern-python/tree/v2.0.0)
1330

1431
### Added

changelog.d/+4246782a.added.md

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

changelog.d/+bc884e9f.changed.md

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

changelog.d/+c639b0c6.security.md

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

changelog.d/+c7c2ba6e.added.md

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

changelog.d/+dda361d6.changed.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "modern-python"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Copier template for Python projects"
55
readme = "README.md"
66
keywords = [

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)