From ce558e93035ec260f0335448e64493302c4fc273 Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Mon, 30 Sep 2024 16:05:10 +0200 Subject: [PATCH] Release 1.0.0 (#461) --- CHANGELOG.md | 6 ++++++ logfire-api/pyproject.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249be086..d8972dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release Notes +## [v1.0.0] (2024-09-30) + +* Upgrade `DeprecationWarning`s to `UserWarning`s by @alexmojaki in https://github.com/pydantic/logfire/pull/458 +* Update query client APIs by @dmontagu in https://github.com/pydantic/logfire/pull/454 + ## [v0.55.0] (2024-09-27) * Replace `pydantic_plugin` in `logfire.configure()` with `logfire.instrument_pydantic()` by @alexmojaki in https://github.com/pydantic/logfire/pull/453 @@ -296,6 +301,7 @@ First release from new repo! * Ensure `logfire.testing` doesn't depend on pydantic and eval_type_backport by @alexmojaki in https://github.com/pydantic/logfire/pull/40 * Allow using pydantic plugin with models defined before calling logfire.configure by @alexmojaki in https://github.com/pydantic/logfire/pull/36 +[v1.0.0]: https://github.com/pydantic/logfire/compare/v0.55.0...v1.0.0 [v0.55.0]: https://github.com/pydantic/logfire/compare/v0.54.0...v0.55.0 [v0.54.0]: https://github.com/pydantic/logfire/compare/v0.53.0...v0.54.0 [v0.53.0]: https://github.com/pydantic/logfire/compare/v0.52.0...v0.53.0 diff --git a/logfire-api/pyproject.toml b/logfire-api/pyproject.toml index b64f98d3..8c1e8da4 100644 --- a/logfire-api/pyproject.toml +++ b/logfire-api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "logfire-api" -version = "0.55.0" +version = "1.0.0" description = "Shim for the Logfire SDK which does nothing unless Logfire is installed" authors = [ { name = "Pydantic Team", email = "engineering@pydantic.dev" }, diff --git a/pyproject.toml b/pyproject.toml index 8bda9d3f..b7fdb608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "logfire" -version = "0.55.0" +version = "1.0.0" description = "The best Python observability tool! 🪵🔥" authors = [ { name = "Pydantic Team", email = "engineering@pydantic.dev" },