Skip to content

Commit 40a2d94

Browse files
committed
chore(release): bump version to 0.3.0
1 parent f616036 commit 40a2d94

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2026-01-23
11+
12+
### Added
13+
- Stale-while-revalidate (SWR) cache strategy for improved performance (#35)
14+
15+
### Fixed
16+
- OpenTelemetry Baggage API method signatures for context propagation (#39)
17+
18+
### Changed
19+
- Relaxed Faraday version constraint for better compatibility with older projects (#37)
20+
1021
## [0.2.0] - 2025-12-19
1122

1223
### Added
@@ -29,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2940
- Migrated from legacy ingestion API to OTLP endpoint
3041
- Removed `tracing_enabled` configuration flag (#2)
3142

32-
[Unreleased]: https://github.com/simplepractice/langfuse-rb/compare/v0.2.0...HEAD
43+
[Unreleased]: https://github.com/simplepractice/langfuse-rb/compare/v0.3.0...HEAD
44+
[0.3.0]: https://github.com/simplepractice/langfuse-rb/compare/v0.2.0...v0.3.0
3345
[0.2.0]: https://github.com/simplepractice/langfuse-rb/compare/v0.1.0...v0.2.0
3446
[0.1.0]: https://github.com/simplepractice/langfuse-rb/releases/tag/v0.1.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
langfuse-rb (0.2.0)
4+
langfuse-rb (0.3.0)
55
base64 (~> 0.2)
66
concurrent-ruby (~> 1.2)
77
faraday (>= 1.0, < 3)

lib/langfuse/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Langfuse
4-
VERSION = "0.2.0"
4+
VERSION = "0.3.0"
55
end

0 commit comments

Comments
 (0)