Skip to content

Commit

Permalink
chore: prepare version 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Feb 1, 2024
1 parent e96469f commit af5ce9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
name: Java CI for releases

on:
create:
tags:
- '*'
release:
types:
- published

jobs:
build:

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Overridden by Gradle during releases
pluginVersion=next-SNAPSHOT
pluginVersion=1.23

# e.g. IC-2016.3.3, IU-2018.2.5 etc
# For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at
Expand Down
10 changes: 4 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,11 @@ For really big files and slow grammars, there is an appreciable delay when displ

<change-notes><![CDATA[
<ul>
<li>Time column sorted as string when “Show expert columns" selected (<a href="https://github.com/antlr/intellij-plugin-v4/issues/655">#655</a>)</li>
<li>Go To -> Declaration or Usages from declaration should not include the declaration (<a href="https://github.com/antlr/intellij-plugin-v4/issues/629">#629</a>)</li>
<li>NullPointer in antlr.intellij.plugin (<a href="https://github.com/antlr/intellij-plugin-v4/issues/627">#627</a>)</li>
<li>Exception in plugin ANTLR v4(1.20) on IntelliJ IDEA 2023.1.3 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/650">#650</a>)</li>
<li>Structure view shows "loading ..." but nothing comes up (<a href="https://github.com/antlr/intellij-plugin-v4/issues/659">#659</a>)</li>
<li>Fixed NullPointerException on startup (<a href="https://github.com/antlr/intellij-plugin-v4/issues/681">#681</a>)</li>
<li>Fixed read access error when using the Preview window (<a href="https://github.com/antlr/intellij-plugin-v4/issues/677">#677</a>)</li>
<li>Fixed broken SVG export (<a href="https://github.com/antlr/intellij-plugin-v4/issues/669">#669</a>)</li>
</ul>
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.22+is%3Aclosed">fixed issues</a>.
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.23+is%3Aclosed">fixed issues</a>.
]]>
</change-notes>

Expand Down

0 comments on commit af5ce9e

Please sign in to comment.