Skip to content

Commit 3425111

Browse files
authored
release: 0.4.0 (#37)
1 parent 5bee630 commit 3425111

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v0.4.0] (2025-03-26)
2+
3+
* remove debug print, and add clippy lint to prevent future regressions by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/32
4+
* support `dotted.attribute` syntax in the macros by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/34
5+
* add `with_console_options` config, deprecate `console_mode` by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/33
6+
* rename `with_metrics_options` to `with_metrics` by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/35
7+
* add support for inferring token from region by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/36
8+
19
## [v0.3.1] (2025-03-25)
210

311
* fix double-print to console of tracing events outside spans by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/30
@@ -25,3 +33,4 @@ Initial release.
2533
[v0.2.0]: https://github.com/pydantic/logfire-rust/compare/v0.1.0..v0.2.0
2634
[v0.3.0]: https://github.com/pydantic/logfire-rust/compare/v0.2.0..v0.3.0
2735
[v0.3.1]: https://github.com/pydantic/logfire-rust/compare/v0.3.0..v0.3.1
36+
[v0.4.0]: https://github.com/pydantic/logfire-rust/compare/v0.3.1..v0.4.0

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.3.1"
3+
version = "0.4.0"
44
edition = "2024"
55
license = "MIT"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)