Skip to content

Commit d6879d9

Browse files
authored
Release v2.2.1 (#598)
1 parent 2ee7459 commit d6879d9

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## [v2.2.1] (2024-11-13)
4+
5+
* Ignore trivial/empty functions in auto-tracing by @alexmojaki in [#596](https://github.com/pydantic/logfire/pull/596)
6+
* Handle missing attributes in `_custom_object_schema` by @alexmojaki in [#597](https://github.com/pydantic/logfire/pull/597)
7+
* Let user know what they should install for integrations by @Kludex in [#593](https://github.com/pydantic/logfire/pull/593)
8+
39
## [v2.2.0] (2024-11-13)
410

511
* Allow instrumenting a single httpx client by @alexmojaki in [#575](https://github.com/pydantic/logfire/pull/575)
@@ -412,3 +418,4 @@ First release from new repo!
412418
[v2.1.1]: https://github.com/pydantic/logfire/compare/v2.1.0...v2.1.1
413419
[v2.1.2]: https://github.com/pydantic/logfire/compare/v2.1.1...v2.1.2
414420
[v2.2.0]: https://github.com/pydantic/logfire/compare/v2.1.2...v2.2.0
421+
[v2.2.1]: https://github.com/pydantic/logfire/compare/v2.2.0...v2.2.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.2.0"
7+
version = "2.2.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.2.0"
7+
version = "2.2.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)