From b4904a063097531d753be21d5b4cfd4fe32804ce Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Mon, 5 Jan 2026 22:56:55 -0500 Subject: [PATCH 1/2] :gem: release 0.0.15 --- Gemfile.lock | 2 +- lib/tiktoken_ruby/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 84a06d3..4c9dab9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tiktoken_ruby (0.0.14.1) + tiktoken_ruby (0.0.15) rb_sys (~> 0.9) GEM diff --git a/lib/tiktoken_ruby/version.rb b/lib/tiktoken_ruby/version.rb index d0d097d..d89f6e4 100644 --- a/lib/tiktoken_ruby/version.rb +++ b/lib/tiktoken_ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Tiktoken - VERSION = "0.0.14.1" + VERSION = "0.0.15" end From 4f062f7d2d86e26885a0c4647aad16e98eb4428a Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Mon, 5 Jan 2026 22:58:30 -0500 Subject: [PATCH 2/2] add ruby version to build cache key --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9c7de9..1ba71de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: ~/.cargo/registry ~/.cargo/git tmp - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-${{ matrix.ruby }}-cargo-${{ hashFiles('**/Cargo.lock') }} - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}