Skip to content

Commit 2ceefa2

Browse files
authored
Release v2.6.1 (#645)
1 parent 15cc6fb commit 2ceefa2

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

3+
## [v2.6.1] (2024-12-05)
4+
5+
* Use `exc_info` in structlog processor by @alexmojaki in [#641](https://github.com/pydantic/logfire/pull/641)
6+
* Re-seed random ID generator after `os.fork()` by @alexmojaki in [#644](https://github.com/pydantic/logfire/pull/644)
7+
38
## [v2.6.0] (2024-12-02)
49

510
* Add `instrument_sqlite3` by @Kludex in [#634](https://github.com/pydantic/logfire/pull/634)
@@ -450,3 +455,4 @@ First release from new repo!
450455
[v2.4.1]: https://github.com/pydantic/logfire/compare/v2.4.0...v2.4.1
451456
[v2.5.0]: https://github.com/pydantic/logfire/compare/v2.4.1...v2.5.0
452457
[v2.6.0]: https://github.com/pydantic/logfire/compare/v2.5.0...v2.6.0
458+
[v2.6.1]: https://github.com/pydantic/logfire/compare/v2.6.0...v2.6.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 = "2.6.0"
7+
version = "2.6.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 = "2.6.0"
7+
version = "2.6.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)