Skip to content

Commit fc3b90e

Browse files
authored
Release v3.13.1 (#992)
1 parent 303542a commit fc3b90e

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## [v3.13.1] (2025-04-10)
4+
5+
* Upgrade to OpenTelemetry SDK 1.32.0 by @alexmojaki in [#991](https://github.com/pydantic/logfire/pull/991)
6+
37
## [v3.13.0] (2025-04-10)
48

59
* Emit logs sent from MCP server to client by @alexmojaki in [#974](https://github.com/pydantic/logfire/pull/974)
@@ -663,3 +667,4 @@ First release from new repo!
663667
[v3.11.0]: https://github.com/pydantic/logfire/compare/v3.10.0...v3.11.0
664668
[v3.12.0]: https://github.com/pydantic/logfire/compare/v3.11.0...v3.12.0
665669
[v3.13.0]: https://github.com/pydantic/logfire/compare/v3.12.0...v3.13.0
670+
[v3.13.1]: https://github.com/pydantic/logfire/compare/v3.13.0...v3.13.1

logfire-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "logfire-api"
7-
version = "3.13.0"
7+
version = "3.13.1"
88
description = "Shim for the Logfire SDK which does nothing unless Logfire is installed"
99
authors = [
1010
{ name = "Pydantic Team", email = "[email protected]" },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "logfire"
7-
version = "3.13.0"
7+
version = "3.13.1"
88
description = "The best Python observability tool! 🪵🔥"
99
requires-python = ">=3.8"
1010
authors = [

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)