Skip to content

Commit

Permalink
Bump version to v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Jul 13, 2021
1 parent b97aec8 commit 3966b2c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 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.9...HEAD)
## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.10...HEAD)
-


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

### Fixed
- Updated `public_suffix` gem, which has a dependency on `addressable` gem vulnerability found by *Dependabot*.


## [v0.3.9] - 2021-06-26

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nhkore (0.3.9)
nhkore (0.3.10)
attr_bool (~> 0.2)
bimyou_segmenter (~> 1.2)
cri (~> 2.15)
Expand All @@ -21,7 +21,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
attr_bool (0.2.2)
bimyou_segmenter (1.2.0)
Expand All @@ -45,12 +45,12 @@ GEM
public_suffix (4.0.6)
racc (1.5.2)
rainbow (3.0.0)
rake (13.0.3)
rake (13.0.6)
raketeer (0.2.13)
rake
rdoc (6.3.1)
rdoc (6.3.2)
redcarpet (3.5.1)
rubyzip (2.3.0)
rubyzip (2.3.2)
strings-ansi (0.2.0)
tiny_segmenter (0.0.6)
tty-cursor (0.7.1)
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.9'
VERSION = '0.3.10'
end

0 comments on commit 3966b2c

Please sign in to comment.