File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## [ v3.4.0] (2025-01-27)
4+
5+ * Support Pyodide by @samuelcolvin in [ #818 ] ( https://github.com/pydantic/logfire/pull/818 )
6+
37## [ v3.3.0] (2025-01-22)
48
59* Add process runtime information by @Kludex in [ #811 ] ( https://github.com/pydantic/logfire/pull/811 )
@@ -542,3 +546,4 @@ First release from new repo!
542546[ v3.1.1 ] : https://github.com/pydantic/logfire/compare/v3.1.0...v3.1.1
543547[ v3.2.0 ] : https://github.com/pydantic/logfire/compare/v3.1.1...v3.2.0
544548[ v3.3.0 ] : https://github.com/pydantic/logfire/compare/v3.2.0...v3.3.0
549+ [ v3.4.0 ] : https://github.com/pydantic/logfire/compare/v3.3.0...v3.4.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " logfire-api"
7- version = " 3.3 .0"
7+ version = " 3.4 .0"
88description = " Shim for the Logfire SDK which does nothing unless Logfire is installed"
99authors = [
1010 {
name =
" Pydantic Team" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " logfire"
7- version = " 3.3 .0"
7+ version = " 3.4 .0"
88description = " The best Python observability tool! 🪵🔥"
99requires-python = " >=3.8"
1010authors = [
You can’t perform that action at this time.
0 commit comments