Skip to content

Commit

Permalink
updating release information
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Apr 28, 2019
1 parent 2001ae4 commit 239dc08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ See https://github.com/asciidoctor/asciidoctor-intellij-plugin/wiki/Support-proj
== Release notes

=== 0.25.6 (preview, available from Github releases)
=== 0.25.7 (preview, available from Github releases)

- Updating to AsciidoctorJ v2.0.0 that includes Asciidoctor 2.0.8
- Improved parsing of warnings and errors created by Asciidoctor
- adding highlighting for italic/bold/mono
- adding highlighting for italic/bold/mono (#244)
- adding brace matcher for attributes

=== 0.25.6 (preview, available from Github releases)

- Updating to AsciidoctorJ v2.0.0-RC.2 that includes Asciidoctor 2.0.6
- Improved parsing of warnings and errors created by Asciidoctor

=== 0.25.5 (preview, available from Github releases)

- Addding error highlight in tree view
Expand Down
7 changes: 4 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2" url="https://github.com/asciidoctor/asciidoctor-intellij-plugin">
<id>org.asciidoctor.intellij.asciidoc</id>
<name>AsciiDoc</name>
<version>0.25.6</version>
<version>0.25.7</version>
<vendor email="[email protected]" url="http://asciidoctor.org">Asciidoctor Project</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -32,10 +32,11 @@ Therefore, JetBrains OpenJDK pre-bundled with your IDE is recommended.

<change-notes><![CDATA[
<ul>
<li>0.25.6 Updating to AsciidoctorJ v2.0.0 that includes Asciidoctor 2.0.8<br>
Improved parsing of warnings and errors created by Asciidoctor<br>
<li>0.25.7 Updating to AsciidoctorJ v2.0.0 that includes Asciidoctor 2.0.8<br>
adding highlighting for italic/bold/mono<br>
adding brace matcher for attributes
<li>0.25.6 Updating to AsciidoctorJ v2.0.0-RC.2 that includes Asciidoctor 2.0.6<br>
Improved parsing of warnings and errors created by Asciidoctor
<li>0.25.5 Addding error highlight in tree view
<li>0.25.4 restart annotation processing for current file once it gets focused or settings change (#225)
<li>0.25.3 improve offset calculation for .asciidoctorconfig files (#225)
Expand Down

0 comments on commit 239dc08

Please sign in to comment.