Skip to content

Commit ac5c165

Browse files
authored
release: 0.5.0 (#41)
1 parent e72f278 commit ac5c165

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.5.0] (2025-04-02)
2+
3+
* update to opentelemetry 0.29 by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/40
4+
15
## [v0.4.0] (2025-03-26)
26

37
* remove debug print, and add clippy lint to prevent future regressions by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/32
@@ -34,3 +38,4 @@ Initial release.
3438
[v0.3.0]: https://github.com/pydantic/logfire-rust/compare/v0.2.0..v0.3.0
3539
[v0.3.1]: https://github.com/pydantic/logfire-rust/compare/v0.3.0..v0.3.1
3640
[v0.4.0]: https://github.com/pydantic/logfire-rust/compare/v0.3.1..v0.4.0
41+
[v0.5.0]: https://github.com/pydantic/logfire-rust/compare/v0.4.0..v0.5.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.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55
license = "MIT"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)