You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,34 @@
2
2
3
3
4
4
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 <maxwell@gtmx.me>)
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 <paul.horton@owasp.org> ([`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 <paul.horton@owasp.org>
30
+
Co-authored-by: Maxwell G <maxwell@gtmx.me> ([`5c3442a`](https://github.com/madpah/requirements-parser/commit/5c3442a103e6e6e3c06bc875023da25c5ac9f572))
0 commit comments