Skip to content

Commit

Permalink
open development for next release (v0.10.2.wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Jan 8, 2024
1 parent bc667fe commit d149511
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Ronn-NG CHANGELOG

## 0.10.2 (unreleased)

Nothing here yet.

## 0.10.1 (2024-01-08)

This release is focused on bug fixes and updating library dependencies, to get Ronn-NG building and working correctly on recent Linux and macOS releases.
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:
ronn-ng (0.10.1)
ronn-ng (0.10.2.wip)
kramdown (~> 2, >= 2.1)
kramdown-parser-gfm (~> 1, >= 1.0.1)
mustache (~> 1)
Expand Down
2 changes: 1 addition & 1 deletion doc-project/Developer-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ After the release, start development on the next release:
* Regenerate the man pages again
* `bundle exec rake man`
* Commit and push
* Use commit message like "open development for next release"
* Use commit message like "open development for next release (v0.x.y)"

TODO: Add instructions for prerelease/beta releases. Include a process for making a prerelease ronn-ng formula in our Homebrew tap.

Expand Down
2 changes: 1 addition & 1 deletion lib/ronn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def self.revision
end

# value generated by: rake rev
REV = '0.10.1'.freeze
REV = '0.10.2.wip'.freeze
VERSION = version
end
6 changes: 3 additions & 3 deletions man/ronn-format.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" generated with Ronn-NG/v0.10.1
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
.TH "RONN\-FORMAT" "7" "January 2024" "Ronn-NG 0.10.1" "Ronn Manual"
.\" generated with Ronn-NG/v0.10.2
.\" http://github.com/apjanke/ronn-ng/tree/0.10.2.wip
.TH "RONN\-FORMAT" "7" "January 2024" "Ronn-NG 0.10.2.wip" "Ronn Manual"
.SH "NAME"
\fBronn\-format\fR \- manual authoring format based on Markdown
.SH "SYNOPSIS"
Expand Down
6 changes: 3 additions & 3 deletions man/ronn.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" generated with Ronn-NG/v0.10.1
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
.TH "RONN" "1" "January 2024" "Ronn-NG 0.10.1" "Ronn Manual"
.\" generated with Ronn-NG/v0.10.2
.\" http://github.com/apjanke/ronn-ng/tree/0.10.2.wip
.TH "RONN" "1" "January 2024" "Ronn-NG 0.10.2.wip" "Ronn Manual"
.SH "NAME"
\fBronn\fR \- convert markdown files to manpages
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion ronn-ng.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ronn-ng'
s.version = '0.10.1'
s.version = '0.10.2.wip'
# We target Ruby 2.7+ for test & deploy, plus nokogiri 1.14.3+ need Ruby 2.7
s.required_ruby_version = '>= 2.7'

Expand Down

0 comments on commit d149511

Please sign in to comment.