Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jan 30, 2024
1 parent 63360a4 commit 91fe21c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2.3.0
### Added
- Vararg constructors for `UnorderedList` and `OrderedList`
- `UnorderedList` and `OrderedList` now support being empty
Expand All @@ -9,6 +9,9 @@
### Changed
- When setting conflicting styles on a `Table` or its cells, the innermost style now takes precedence (i.e. if you set different styles on the whole table and a cell, the style applied to the cell will be used).

### Fixed
- Updated bundled proguard rules [(#130)](https://github.com/ajalt/mordant/issues/130)

## 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Mordant is distributed through Maven Central.

```groovy
dependencies {
implementation("com.github.ajalt.mordant:mordant:2.2.0")
implementation("com.github.ajalt.mordant:mordant:2.3.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.2.0
VERSION_NAME=2.3.0

kotlin.mpp.stability.nowarn=true

Expand Down

0 comments on commit 91fe21c

Please sign in to comment.