Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [Unreleased]

## [0.4.6] - 2026-01-22

- Add Ruby 3.4 support #3
- Update magnus from 0.6 to 0.7 for Ruby 3.4 compatibility
- Update rb-sys from 0.9.82 to 0.9.103

## [0.4.5] 2024-01-02

- Bump tzf-rs to 0.4.5 #8
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tzf (0.4.5)
tzf (0.4.6)
rb_sys (~> 0.9)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/tzf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TZF
VERSION = "0.4.5"
VERSION = "0.4.6"
end