We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101ea81 commit bbce682Copy full SHA for bbce682
CHANGELOG.md
@@ -1,6 +1,11 @@
1
-### 2.1.0 🚜 ongoing work
+### 2.2.0 🚜 ongoing work
2
3
-## 2.0.0 📦 current package
+## 2.1.0 📦 current package
4
+
5
+* Properly parse author/email/homepage/license from the fields available
6
+* Use [pydantic-settings](https://docs.pydantic.dev/latest/concepts/pydantic_settings/) for configuration management
7
8
+## 2.0.0
9
10
* Drop support for Python 3.7 and Python 3.8
11
* Migrate to Poetry 2.0
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "leak"
-version = "2.0.1"
+version = "2.1.0"
description = "Show release information about packages on PyPI"
authors = [
{ name = "Misha Behersky", email = "bmwant@gmail.com" },
0 commit comments