Skip to content

Commit f66f2da

Browse files
author
semantic-release
committed
chore(release): 0.7.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent c363b80 commit f66f2da

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

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.7.0 (2024-03-28)
6+
7+
### Chore
8+
9+
* chore: update release workflow to run from main
10+
11+
Signed-off-by: Paul Horton &lt;paul.horton@owasp.org&gt; ([`c363b80`](https://github.com/madpah/requirements-parser/commit/c363b805cf88c4cd52947a0cfc428e92468c7961))
12+
13+
* chore: update release workflow to run from main
14+
15+
Signed-off-by: Paul Horton &lt;paul.horton@owasp.org&gt; ([`10f0c07`](https://github.com/madpah/requirements-parser/commit/10f0c07ddc372e638e46d9481a40ec402414f66d))
16+
17+
### Feature
18+
19+
* feat: Drop support for Python 3.6, add support for Python 3.11 (#92)
20+
21+
Signed-off-by: Paul Horton &lt;paul.horton@owasp.org&gt; ([`1a455be`](https://github.com/madpah/requirements-parser/commit/1a455be331eff38dc19108da7f13c3129dcba43d))
22+
23+
524
## v0.6.0 (2024-03-27)
625

726
### Chore

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "requirements-parser"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "This is a small Python module for parsing Pip requirement files."
55
authors = [
66
"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.6.0" # noqa:Q000
27+
__version__ = "0.7.0" # noqa:Q000

0 commit comments

Comments
 (0)