Skip to content

Commit 4743a9c

Browse files
committed
Version bump to 0.4.3 [skip ci]
1 parent 8a15249 commit 4743a9c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.3 (2024-01-03)
2+
3+
- Added support for Ruby 3.3
4+
15
## 0.4.2 (2023-11-16)
26

37
- Updated Tokenizers to 0.15.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/tokenizers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokenizers"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
license = "Apache-2.0"
55
authors = ["Andrew Kane <andrew@ankane.org>"]
66
edition = "2021"

lib/tokenizers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tokenizers
2-
VERSION = "0.4.2"
2+
VERSION = "0.4.3"
33
end

0 commit comments

Comments
 (0)