Skip to content

Commit a3b146d

Browse files
authored
Version 0.49.1 (#362)
1 parent c8a83aa commit a3b146d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [v0.49.1] (2024-08-05)
4+
5+
* Add missing return on instrument methods by @Kludex in https://github.com/pydantic/logfire/pull/360
6+
* Add `logfire.exception()` to `logfire-api` by @Kludex in https://github.com/pydantic/logfire/pull/358
7+
* Remove `TypeAlias` from code source by @Kludex in https://github.com/pydantic/logfire/pull/359
8+
* Turn `ParamSpec` non-private by @Kludex in https://github.com/pydantic/logfire/pull/361
9+
310
## [v0.49.0] (2024-08-05)
411

512
* Add `logfire.instrument_mysql()` by @aditkumar72 in https://github.com/pydantic/logfire/pull/341
@@ -235,6 +242,7 @@ First release from new repo!
235242
* Ensure `logfire.testing` doesn't depend on pydantic and eval_type_backport by @alexmojaki in https://github.com/pydantic/logfire/pull/40
236243
* Allow using pydantic plugin with models defined before calling logfire.configure by @alexmojaki in https://github.com/pydantic/logfire/pull/36
237244

245+
[v0.49.1]: https://github.com/pydantic/logfire/compare/v0.49.0...v0.49.1
238246
[v0.49.0]: https://github.com/pydantic/logfire/compare/v0.48.1...v0.49.0
239247
[v0.48.1]: https://github.com/pydantic/logfire/compare/v0.48.0...v0.48.1
240248
[v0.48.0]: https://github.com/pydantic/logfire/compare/v0.47.0...v0.48.0

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 = "0.49.0"
7+
version = "0.49.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 = "0.49.0"
7+
version = "0.49.1"
88
description = "The best Python observability tool! 🪵🔥"
99
authors = [
1010
{ name = "Pydantic Team", email = "[email protected]" },

0 commit comments

Comments
 (0)