Skip to content

Commit

Permalink
release: 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Dec 3, 2024
1 parent 059035d commit a5656c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.7.0+jre21
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/643480)
- [GitHub](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/new?tag=2.7.0%2Bjre17)

### Added

- IDEA 2024.3
- Resolve local references for correct AsyncAPI specification rendering

### Fixed

- Inject AsyncAPI specification directly into preview instead of saving as temporal file and rendering it

## 2.6.0+jre21
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/edit/versions/stable/596939)
Expand Down
11 changes: 7 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.asyncapi.plugin.idea"
version = "2.6.0+jre17"
version = "2.7.0+jre17"

repositories {
mavenCentral()
Expand Down Expand Up @@ -61,9 +61,12 @@ intellijPlatform {
changeNotes = """
<h3>Added</h3>
<ul>
<li>IDEA 2024.2</li>
<li>Yaml single quoted references handling - '#/components/messages/welcomeMessage', '../common/messages/welcomeMessage.yml'</li>
<li><code>.yml</code> file recognition</li>
<li>IDEA 2024.3</li>
<li>Resolve local references for correct AsyncAPI specification rendering</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Inject AsyncAPI specification directly into preview instead of saving as temporal file and rendering it</li>
</ul>
""".trimIndent()
}
Expand Down

0 comments on commit a5656c6

Please sign in to comment.