Skip to content

Commit

Permalink
Bump to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erickguan committed Sep 21, 2024
1 parent ffaa0f4 commit fc50f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

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

module CppjiebaRb
VERSION = '0.4.3'
VERSION = '0.4.4'
end

0 comments on commit fc50f64

Please sign in to comment.