Skip to content

Commit 7a646dd

Browse files
authored
release: 0.8.1 (#101)
1 parent 5b046e4 commit 7a646dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
## [v0.8.0] (2025-08-21)
26

37
* 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.
9094
[v0.7.0]: https://github.com/pydantic/logfire-rust/compare/v0.6.1..v0.7.0
9195
[v0.7.1]: https://github.com/pydantic/logfire-rust/compare/v0.7.0..v0.7.1
9296
[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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "logfire"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2024"
55
license = "MIT"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)