Skip to content

Commit

Permalink
Release version 2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Mar 26, 2021
1 parent 29eea4c commit da920ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -229,15 +229,15 @@ 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")
}
```

###### In version 2.0, the maven coordinates changed. Make sure you're using the new coordinates if you're updating from an older version.

## 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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_NAME=2.0.0-alpha2
VERSION_NAME=2.0.0-beta1

kotlin.mpp.stability.nowarn=true

0 comments on commit da920ff

Please sign in to comment.