We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a6237 commit 2ece88aCopy full SHA for 2ece88a
CHANGELOG.adoc
@@ -7,7 +7,7 @@
7
This document provides a high-level view of the changes to the {project-name} by release.
8
For a detailed view of what has changed, refer to the {uri-project}/commits/master[commit history] on GitHub.
9
10
-== Unreleased
+== 0.8.0 (2025-01-20) - @slonopotamus
11
12
* Bump minimal supported Ruby version to 2.7
13
* Add support for Ruby 3.4
lib/asciidoctor_fb2/version.rb
@@ -2,6 +2,6 @@
2
3
module Asciidoctor
4
module FB2
5
- VERSION = '0.7.0'
+ VERSION = '0.8.0'
6
end
0 commit comments