From a5656c69524193313cfd7d4b373f8344b5d21623 Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Tue, 3 Dec 2024 13:07:50 +0400 Subject: [PATCH] release: 2.7.0 --- CHANGELOG.md | 14 ++++++++++++++ build.gradle.kts | 11 +++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ba97c..bc0e4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/build.gradle.kts b/build.gradle.kts index aef25ec..2c0be94 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.asyncapi.plugin.idea" -version = "2.6.0+jre17" +version = "2.7.0+jre17" repositories { mavenCentral() @@ -61,9 +61,12 @@ intellijPlatform { changeNotes = """

Added

+

Fixed

+ """.trimIndent() }