Skip to content

Commit

Permalink
Bump version to v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Jun 26, 2021
1 parent f3b169d commit fe6f1f6
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.8...HEAD)
## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.9...HEAD)
-


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

### Fixed
- Reverted `App#refresh_cmd()` back to not copying over the `default_proc` (from v0.3.8). Because the old code didn't know about this, it created some unintended issues with command options. Nothing major, but for example, specifying `output.html` with the `sift` command would not produce HTML output (however, using the `-e html` option still worked). This is the only instance that I know of, but reverting the code back in case of more instances. In the future, I'll need to thoroughly test all CLI options after changing `App#refresh_cmd()` to copy over the `default_proc`, but for now, not worrying about it (as it's not necessary).


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

### 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.8)
nhkore (0.3.9)
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.8'
VERSION = '0.3.9'
end

0 comments on commit fe6f1f6

Please sign in to comment.