Skip to content

Commit

Permalink
Release notes for 0.7.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Jan 30, 2025
1 parent 361ce07 commit ea83d47
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

0.7.0 (unreleased)
------------------

* Drop support for Python 3.8, add support for Python 3.13.
* Non-typed and non-injectable parameters with a default value no longer
trigger an error when building a plan.

0.6.0 (2023-12-26)
------------------

Expand Down
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[tool.bumpversion]
current_version = "0.6.0"
commit = true
tag = true
tag_name = "{new_version}"

[[tool.bumpversion.files]]
filename = 'CHANGES.rst'
search = "\\(unreleased\\)$"
replace = "({now:%Y-%m-%d})"
regex = true

[[tool.bumpversion.files]]
filename = "setup.py"
7 changes: 0 additions & 7 deletions setup.cfg

This file was deleted.

0 comments on commit ea83d47

Please sign in to comment.