Skip to content

Commit

Permalink
Bump version to v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Oct 25, 2021
1 parent 46a1174 commit 4f54b35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file.
Format is based on [Keep a Changelog v1.0.0](https://keepachangelog.com/en/1.0.0),
and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).

## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.10...HEAD)
## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.11...HEAD)
-


## [v0.3.11] - 2021-10-25

### Fixed
- Updated `nokogiri` gem for *Dependabot* security vulnerability.


## [v0.3.10] - 2021-07-13

### Fixed
Expand Down
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:
nhkore (0.3.10)
nhkore (0.3.11)
attr_bool (~> 0.2)
bimyou_segmenter (~> 1.2)
cri (~> 2.15)
Expand Down
2 changes: 1 addition & 1 deletion lib/nhkore/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@


module NHKore
VERSION = '0.3.10'
VERSION = '0.3.11'
end

0 comments on commit 4f54b35

Please sign in to comment.