From 1335df092a2088f83bf6871f4cbdf6a37f52410f Mon Sep 17 00:00:00 2001 From: AJ Date: Sun, 14 Jul 2024 10:14:27 -0700 Subject: [PATCH] Release version 2.7.1 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b9d8bc6..5f8991e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 2.7.1 ## Added - Added support for raw mode on GraalVM native Image. Contributed by @hubvd [(#186)](https://github.com/ajalt/mordant/issues/186) diff --git a/README.md b/README.md index 799051d9d..02c0a2bce 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Mordant is distributed through Maven Central. ```groovy dependencies { - implementation("com.github.ajalt.mordant:mordant:2.7.0") + implementation("com.github.ajalt.mordant:mordant:2.7.1") // optional extensions for running animations with coroutines - implementation("com.github.ajalt.mordant:mordant-coroutines:2.7.0") + implementation("com.github.ajalt.mordant:mordant-coroutines:2.7.1") } ``` diff --git a/gradle.properties b/gradle.properties index 842b98ab1..808e36eae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.7.0 +VERSION_NAME=2.7.1 kotlin.mpp.stability.nowarn=true