Skip to content

Commit 5a16a21

Browse files
authored
Release v4.13.1 (#1487)
1 parent 73dcf75 commit 5a16a21

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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+
## [v4.13.1] (2025-10-13)
4+
5+
* Add "type" keyword on opencode MCP settings by @Kludex in [#1486](https://github.com/pydantic/logfire/pull/1486)
6+
37
## [v4.13.0] (2025-10-09)
48

59
* Store OpenAI Responses streaming response in events format understood by UI by @alexmojaki in [#1479](https://github.com/pydantic/logfire/pull/1479)
@@ -941,3 +945,4 @@ First release from new repo!
941945
[v4.11.0]: https://github.com/pydantic/logfire/compare/v4.10.0...v4.11.0
942946
[v4.12.0]: https://github.com/pydantic/logfire/compare/v4.11.0...v4.12.0
943947
[v4.13.0]: https://github.com/pydantic/logfire/compare/v4.12.0...v4.13.0
948+
[v4.13.1]: https://github.com/pydantic/logfire/compare/v4.13.0...v4.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 = "4.13.0"
7+
version = "4.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 = "4.13.0"
7+
version = "4.13.1"
88
description = "The best Python observability tool! 🪵🔥"
99
requires-python = ">=3.9"
1010
authors = [

uv.lock

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

0 commit comments

Comments
 (0)