From 84020ad81f44f994b65397f1ad140713ff3ec32d Mon Sep 17 00:00:00 2001 From: AJ Date: Mon, 2 Oct 2023 10:43:37 -0700 Subject: [PATCH] Release version 2.2.0 --- CHANGELOG.md | 2 +- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bed6ccf3..151313cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.2.0 ### Added - Added `ColumnWidth.Custom` that allows more control over column width behavior in tables. [(#109)](https://github.com/ajalt/mordant/issues/109) - Added `showPulse` parameter to `ProgressLayout.progressBar`, allowing you to disable the pulse animation for a bar. diff --git a/README.md b/README.md index 51136423d..70689ab32 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Mordant is distributed through Maven Central. ```groovy dependencies { - implementation("com.github.ajalt.mordant:mordant:2.1.0") + implementation("com.github.ajalt.mordant:mordant:2.2.0") } ``` diff --git a/gradle.properties b/gradle.properties index 1081d9df3..7560c9cdd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.1.0 +VERSION_NAME=2.2.0 kotlin.mpp.stability.nowarn=true