Skip to content

Commit 77551ee

Browse files
author
semantic-release
committed
chore(release): 0.13.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 80d296e commit 77551ee

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33

44

5+
## v0.13.0 (2025-05-21)
6+
7+
### Chore
8+
9+
* chore(ci): update `actions/upload-artifact`
10+
11+
Signed-off-by: Paul Horton &lt;paul.horton@owasp.org&gt; ([`4ec20b6`](https://github.com/madpah/requirements-parser/commit/4ec20b69807bc9eba08f6a3115c57511c5ddf17a))
12+
13+
* chore(ci): update `actions/upload-artifact`
14+
15+
Signed-off-by: Paul Horton &lt;paul.horton@owasp.org&gt; ([`089094f`](https://github.com/madpah/requirements-parser/commit/089094f2abf1b48d74e3d0228f422574b41de4cc))
16+
17+
### Feature
18+
19+
* feat: Remove Python 3.14 support - not yet released
20+
21+
Signed-off-by: Paul Horton &lt;paul.horton@owasp.org&gt; ([`80d296e`](https://github.com/madpah/requirements-parser/commit/80d296e22a0ff30e0f17cb1feaf12ea2ea76d5e5))
22+
23+
524
## v0.12.0 (2025-05-21)
625

726
### Chore

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "requirements-parser"
77
# !! version is managed by semantic_release
8-
version = "0.12.0"
8+
version = "0.13.0"
99
description = "This is a small Python module for parsing Pip requirement files."
1010
authors = [
1111
"Paul Horton <paul@hogr.dev>",

requirements/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525
# !! version is managed by semantic_release
2626
# do not use typing here, or else `semantic_release` might have issues finding the variable
27-
__version__ = "0.12.0" # noqa:Q000
27+
__version__ = "0.13.0" # noqa:Q000

0 commit comments

Comments
 (0)