Skip to content

Commit

Permalink
Merge pull request #63 from kmuto/release160
Browse files Browse the repository at this point in the history
release 1.6.0
  • Loading branch information
kmuto authored Jul 5, 2023
2 parents 8817b5f + 08bd35a commit fee9c3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pandoc2review file > file.re

## Copyright

Copyright 2020-2023 Kenshi Muto
Copyright 2020-2023 Kenshi Muto and atusy

GNU General Public License Version 2

Expand All @@ -57,6 +57,10 @@ GNU General Public License Version 2
- [@takahashim](https://github.com/takahashim)

## Changelog
### 1.6.0
- Fix inline raw.
- Refactoring.

### 1.5.0
- Support Pandoc 3.

Expand Down
2 changes: 1 addition & 1 deletion lib/pandoc2review.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def parse_args
@stripemptydev = nil
opts = OptionParser.new
opts.banner = 'Usage: pandoc2review [option] file [file ...]'
opts.version = '1.5'
opts.version = '1.6'

opts.on('--help', 'Prints this message and quit.') do
puts opts.help
Expand Down
2 changes: 1 addition & 1 deletion pandoc2review.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "pandoc2review"
spec.version = "1.5.0"
spec.version = "1.6.0"
spec.authors = ["Kenshi Muto"]
spec.email = ["kmuto@kmuto.jp"]
spec.license = "GPL-2.0"
Expand Down

0 comments on commit fee9c3e

Please sign in to comment.