Skip to content

Commit

Permalink
Release version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Nov 2, 2024
1 parent 45baa5b commit e749e3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased
## 3.0.1
### Fixed
- Fixed terminal size detection in the `mordant-jvm-ffm` module on macOS [(#238)](https://github.com/ajalt/mordant/issues/238)
- Fixed proguard filename duplication [(#232)](https://github.com/ajalt/mordant/issues/232)

## 3.0.0
## Added
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Mordant is distributed through Maven Central.

```groovy
dependencies {
implementation("com.github.ajalt.mordant:mordant:3.0.0")
implementation("com.github.ajalt.mordant:mordant:3.0.1")
// optional extensions for running animations with coroutines
implementation("com.github.ajalt.mordant:mordant-coroutines:3.0.0")
implementation("com.github.ajalt.mordant:mordant-coroutines:3.0.1")
// optional widget for rendering Markdown
implementation("com.github.ajalt.mordant:mordant-markdown:3.0.0")
implementation("com.github.ajalt.mordant:mordant-markdown:3.0.1")
}
```

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=3.0.0
VERSION_NAME=3.0.1

kotlin.mpp.stability.nowarn=true

Expand Down
1 change: 0 additions & 1 deletion prepare_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ EOM
cat README.md \
| sed '/## License/Q' \
| sed -z 's/## Documentation[a-zA-z .\n()/:]*//g' \
| sed 's!https://ajalt.github.io/mordant/!/!g' \
| sed 's!docs/img!img!g' \
>> docs/index.md

0 comments on commit e749e3e

Please sign in to comment.