Skip to content

Commit

Permalink
Release version 2.0.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed May 8, 2022
1 parent dae38fc commit 4bbf1cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog
### Unreleased

## 2.0.0-beta6
### Changed
- Update Kotlin to 1.6.20
- Publish JS target with the IR format in addition to LEGACY

### Fixed
- Fix race condition when using ProgressAnimation and adding interceptors in JVM [(#55)](https://github.com/ajalt/mordant/issues/55)

# 2.0.0-beta5
## 2.0.0-beta5
### Added
- Progress bars and other single-line animations are now supported in the IntelliJ console [(#49)](https://github.com/ajalt/mordant/issues/49)
- Added `bottomTitle` to `Panel`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Mordant is distributed through Maven Central.

```groovy
dependencies {
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta5")
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta6")
}
```

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-beta5
VERSION_NAME=2.0.0-beta6

kotlin.mpp.stability.nowarn=true

0 comments on commit 4bbf1cf

Please sign in to comment.