File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v0.8.1] (2025-08-21)
2
+
3
+ * make macros hygienic by @davidhewitt in [ #100 ] ( https://github.com/pydantic/logfire-rust/pull/100 )
4
+
1
5
## [ v0.8.0] (2025-08-21)
2
6
3
7
* logs: stop sending ` logfire.msg ` , test ` event_name ` properly by @davidhewitt in [ #84 ] ( https://github.com/pydantic/logfire-rust/pull/84 )
@@ -90,3 +94,4 @@ Initial release.
90
94
[ v0.7.0 ] : https://github.com/pydantic/logfire-rust/compare/v0.6.1..v0.7.0
91
95
[ v0.7.1 ] : https://github.com/pydantic/logfire-rust/compare/v0.7.0..v0.7.1
92
96
[ v0.8.0 ] : https://github.com/pydantic/logfire-rust/compare/v0.7.1..v0.8.0
97
+ [ v0.8.1 ] : https://github.com/pydantic/logfire-rust/compare/v0.8.0..v0.8.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " logfire"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
4
4
edition = " 2024"
5
5
license = " MIT"
6
6
rust-version = " 1.85"
You can’t perform that action at this time.
0 commit comments