From fc50f6428fd44c66356f82c8dc0a5cf368af3579 Mon Sep 17 00:00:00 2001 From: Erick Guan Date: Sat, 21 Sep 2024 18:33:51 +0200 Subject: [PATCH] Bump to v0.4.4 --- CHANGELOG.md | 3 ++- lib/cppjieba_rb/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1076aba..a52bd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.4.3](https://github.com/erickguan/cppjieba_rb/compare/v0.4.2...v0.4.3) ## +## [0.4.3](https://github.com/erickguan/cppjieba_rb/compare/v0.4.2...v0.4.4) ## ### Added @@ -9,6 +9,7 @@ - Requires Ruby 2.7. - Update `cppjieba` to `v5.3.2`. `cppejieba` supports more compliers. But no functions changes. - Testing with GitHub Action. +- Releases and publishes the gem with Trust Publishing on GitHub Action. ### Fixed diff --git a/lib/cppjieba_rb/version.rb b/lib/cppjieba_rb/version.rb index b1a4841..2485f55 100644 --- a/lib/cppjieba_rb/version.rb +++ b/lib/cppjieba_rb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CppjiebaRb - VERSION = '0.4.3' + VERSION = '0.4.4' end