Skip to content

Commit 378594a

Browse files
authored
release: 0.3.1 (#31)
1 parent 0cee7a4 commit 378594a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [v0.3.1] (2025-03-25)
2+
3+
* fix double-print to console of tracing events outside spans by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/30
4+
* revert to only emit pending spans on first enter by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/29
5+
16
## [v0.3.0] (2025-03-25)
27

38
* support printing tracing events (to console) by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/21
@@ -9,13 +14,14 @@
914

1015
## [v0.2.0] (2025-03-19)
1116

12-
- Add `span_exporter()` helper to build a span exporter directly in [#20](https://github.com/pydantic/logfire-rust/pull/20)
13-
- Fix `set_resource` not being called on span processors added with `with_additional_span_processor()` in [#20](https://github.com/pydantic/logfire-rust/pull/20)
17+
* Add `span_exporter()` helper to build a span exporter directly in [#20](https://github.com/pydantic/logfire-rust/pull/20)
18+
* Fix `set_resource` not being called on span processors added with `with_additional_span_processor()` in [#20](https://github.com/pydantic/logfire-rust/pull/20)
1419

1520
## [v0.1.0] (2025-03-13)
1621

1722
Initial release.
1823

1924
[v0.1.0]: https://github.com/pydantic/logfire-rust/commits/v0.1.0
2025
[v0.2.0]: https://github.com/pydantic/logfire-rust/compare/v0.1.0..v0.2.0
21-
[v0.3.0]: https://github.com/pydantic/logfire-rust/compare/v0.1.0..v0.3.0
26+
[v0.3.0]: https://github.com/pydantic/logfire-rust/compare/v0.2.0..v0.3.0
27+
[v0.3.1]: https://github.com/pydantic/logfire-rust/compare/v0.3.0..v0.3.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "logfire"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
license = "MIT"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)