From da920ffee27d09e37331ac4dca3e41449811ee93 Mon Sep 17 00:00:00 2001 From: AJ Date: Fri, 26 Mar 2021 09:43:06 -0700 Subject: [PATCH] Release version 2.0.0-beta1 --- CHANGELOG.md | 3 +++ README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc476a58..d267ce379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 2.0.0-beta1 +_2021-03-26_ + ### Added - `Table.contentToCsv` to render a table's cells to csv format - Added support for JavaScript and linux native targets diff --git a/README.md b/README.md index 9b1218dfa..d1b906dd1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Mordant has: * Components for laying out our terminal output, including lists, tables, panels, and more * Support for animating any widget, like progress bars and dashboards -##### This README documents Mordant 2.0, which is in alpha. [You can read the docs for Mordant 1.0 here.](https://github.com/ajalt/mordant/blob/caec61d9ae667431cfe07e12eb426b005ee2cf06/README.md) +##### This README documents Mordant 2.0, which is in beta. [You can read the docs for Mordant 1.0 here.](https://github.com/ajalt/mordant/blob/caec61d9ae667431cfe07e12eb426b005ee2cf06/README.md) ## Usage @@ -229,7 +229,7 @@ Mordant is distributed through Maven Central. ```groovy dependencies { - implementation("com.github.ajalt.mordant:mordant:2.0.0-alpha2") + implementation("com.github.ajalt.mordant:mordant:2.0.0-beta1") } ``` @@ -237,7 +237,7 @@ dependencies { ## License - Copyright 2018-2020 AJ Alt + Copyright 2018-2021 AJ Alt Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/gradle.properties b/gradle.properties index 49c309adc..a900b6a52 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -VERSION_NAME=2.0.0-alpha2 +VERSION_NAME=2.0.0-beta1 kotlin.mpp.stability.nowarn=true