Skip to content

Commit

Permalink
Bump tzf-rs to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed May 31, 2023
1 parent 20eed1d commit 89c4f61
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 59 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.4.1] - 2023-03-27

- Bump tzf-rs to [0.4.1](https://github.com/ringsaturn/tzf-rs/releases/tag/v0.4.1)

## [0.4.0] - 2023-03-27

- Bump tzf-rs to [0.4.0](https://github.com/ringsaturn/tzf-rs/releases/tag/v0.4.0) which includes [2023b](https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2023b) data.
Expand Down
221 changes: 165 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0)
tzf (0.4.1)
rb_sys (~> 0.9)

GEM
Expand Down
2 changes: 1 addition & 1 deletion ext/tzf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ crate-type = ["cdylib"]
[dependencies]
lazy_static = "1.4.0"
magnus = { version = "0.4" }
tzf-rs = "0.4.0"
tzf-rs = "0.4.1"
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.0"
VERSION = "0.4.1"
end

0 comments on commit 89c4f61

Please sign in to comment.