Skip to content

Commit

Permalink
Release v3.5.3 (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki authored Feb 5, 2025
1 parent 5303947 commit 51fb7b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## [v3.5.3] (2025-02-05)

* Fixes for capturing httpx bodies by @alexmojaki in [#842](https://github.com/pydantic/logfire/pull/842)

## [v3.5.2] (2025-02-05)

* Support OpenTelemetry 1.30.0 by @alexmojaki in [#839](https://github.com/pydantic/logfire/pull/839)
Expand Down Expand Up @@ -565,3 +569,4 @@ First release from new repo!
[v3.5.0]: https://github.com/pydantic/logfire/compare/v3.4.0...v3.5.0
[v3.5.1]: https://github.com/pydantic/logfire/compare/v3.5.0...v3.5.1
[v3.5.2]: https://github.com/pydantic/logfire/compare/v3.5.1...v3.5.2
[v3.5.3]: https://github.com/pydantic/logfire/compare/v3.5.2...v3.5.3
2 changes: 1 addition & 1 deletion logfire-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "logfire-api"
version = "3.5.2"
version = "3.5.3"
description = "Shim for the Logfire SDK which does nothing unless Logfire is installed"
authors = [
{ name = "Pydantic Team", email = "engineering@pydantic.dev" },
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "logfire"
version = "3.5.2"
version = "3.5.3"
description = "The best Python observability tool! 🪵🔥"
requires-python = ">=3.8"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

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

0 comments on commit 51fb7b1

Please sign in to comment.