Skip to content

Commit

Permalink
Bump version to v0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Aug 14, 2024
1 parent e275e42 commit 25f0477
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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.15...HEAD)
## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.16...HEAD)
-


## [v0.3.15] - 2024-08-13
## [v0.3.16] - 2024-08-14

### Fixed
- Fixed to work with new NHK pages.
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.15)
nhkore (0.3.16)
attr_bool (~> 0.2)
bimyou_segmenter (~> 1.2)
cri (~> 2.15)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -867,11 +867,12 @@ This will update *core/* for you:
2. Update *core* package:
- `$ bundle exec rake update_core`
- `$ bundle exec rake clobber pkg_core`
3. Create a new tag & release:
3. Commit & Push.
4. Create a new tag & release:
- Note: make sure to add *pkg/nhkore-core.zip*
- `$ gh release create v0 pkg/*.gem pkg/*.zip`
- `$ git pull`
4. Release to *RubyGems*:
- `$ git pull && git fetch`
5. Release to *RubyGems*:
- `$ bundle exec rake release`
Releasing new HTML file for website:
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.15'
VERSION = '0.3.16'
end

0 comments on commit 25f0477

Please sign in to comment.