Skip to content

Commit 9227900

Browse files
author
semantic-release
committed
chore(release): 0.8.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release>
1 parent 16ffe88 commit 9227900

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v0.8.0 (2024-04-03)
6+
7+
### Feature
8+
9+
* feat: Add support for Python 3.12 #93 via #94
10+
11+
feat: Drop support for Python 3.7 as part of #91
12+
13+
fix: Publish anciliary files only to sdist #66 via #87 (thanks to Maxwell G &lt;maxwell@gtmx.me&gt;)
14+
15+
fix: Type of `Requirement.specs` was incorrect #78
16+
17+
fix: `-e` in `requirements.txt` did not handle local paths correctly #97
18+
19+
chore(dev-deps): Updated all development dependencies
20+
21+
chore(deps): include types-setuptools as dependency
22+
23+
Signed-off-by: Paul Horton &lt;paul.horton@owasp.org&gt; ([`16ffe88`](https://github.com/madpah/requirements-parser/commit/16ffe88b71502c7b41b62893cf6f1408439ba35d))
24+
25+
### Unknown
26+
27+
* 0.7.0 Release (#95)
28+
29+
Signed-off-by: Paul Horton &lt;paul.horton@owasp.org&gt;
30+
Co-authored-by: Maxwell G &lt;maxwell@gtmx.me&gt; ([`5c3442a`](https://github.com/madpah/requirements-parser/commit/5c3442a103e6e6e3c06bc875023da25c5ac9f572))
31+
32+
533
## v0.7.0 (2024-03-28)
634

735
### 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.7.0"
8+
version = "0.8.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.7.0" # noqa:Q000
27+
__version__ = "0.8.0" # noqa:Q000

0 commit comments

Comments
 (0)