Skip to content

Commit b79b6d8

Browse files
authored
release: 0.3.0 (#28)
1 parent 9e6483a commit b79b6d8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1+
## [v0.3.0] (2025-03-25)
2+
3+
* support printing tracing events (to console) by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/21
4+
* fix double-print to console when `LOGFIRE_SEND_TO_LOGFIRE=no` by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/23
5+
* fix print to console to emit spans in the right order by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/24
6+
* support configuring metrics by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/25
7+
* print tracing event fields by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/26
8+
* emit log entries for top-level tracing events by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/27
9+
110
## [v0.2.0] (2025-03-19)
211

312
- Add `span_exporter()` helper to build a span exporter directly in [#20](https://github.com/pydantic/logfire-rust/pull/20)
413
- 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)
5-
- Add `MetricsOptions` for configuring additional metrics exporters in [#21](https://github.com/pydantic/logfire-rust/pull/21)
614

715
## [v0.1.0] (2025-03-13)
816

917
Initial release.
1018

1119
[v0.1.0]: https://github.com/pydantic/logfire-rust/commits/v0.1.0
1220
[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

Cargo.toml

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

0 commit comments

Comments
 (0)