Skip to content

Commit

Permalink
Release version 2.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Oct 26, 2021
1 parent 8514ae8 commit ec7d1a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

## Unreleased
## 2.0.0-beta3
_2021-06-01_

### Changed
- Update Kotlin to 1.5.31
- Update Colormath to 3.0
- Update Colormath to 3.0. If you use and colormath colors directly, you may need to update your imports.

### Fixed
- Fixed exception thrown when parsing markdown tables with empty cells
- Fixed rendering of markdown image reference links and link content

## 2.0.0-beta2
_2021-06-01_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Mordant is distributed through Maven Central.

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

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-beta2
VERSION_NAME=2.0.0-beta3

kotlin.mpp.stability.nowarn=true

0 comments on commit ec7d1a5

Please sign in to comment.