Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mardiros committed Nov 14, 2024
1 parent a1e5dc0 commit d8e4010
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
4.0.0 - Released on 2024-11-03
4.0.1 - Released on 2024-11-14
------------------------------
* Add :meth:`blacksmith.ResponseBox.inspect` method
* Add :meth:`blacksmith.ResponseBox.inspect_err` method
* Drop python 3.8 compatibility
* Update the packaging (use uv and pdm instead of poetry)
* Update the CI
* Change the licence to MIT License
* Authorize older prometheus client library.

4.0.0 - Released on 2024-11-03
------------------------------
* Add :meth:`blacksmith.ResponseBox.inspect` method.
* Add :meth:`blacksmith.ResponseBox.inspect_err` method.
* Drop python 3.8 compatibility.
* Update the packaging (use uv and pdm instead of poetry).
* Update the CI.
* Change the licence to MIT License.

3.1.1 - Released on 2024-10-10
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = { text = "MIT License" }
name = "Blacksmith"
readme = "README.rst"
requires-python = ">=3.9"
version = "4.0.0"
version = "4.0.1"

dependencies = [
"httpx>=0.24",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8e4010

Please sign in to comment.