From 14a583e15433eb8d73e016c661b0a624e9b25ec6 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 19 Jun 2023 21:46:27 +0600 Subject: [PATCH] update microutils --- CHANGELOG.md | 4 +++- gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4287b7912b..645421bf7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ ## 8.1.0 -**Exclude `.*Impl` classcasts from `ClassCastsNew`** +**PARTIALLY BREAKING CHANGES: Exclude `.*Impl` classcasts from `ClassCastsNew`** +* `Version`: + * `MicroUtils`: `0.19.2` -> `0.19.4` * `Utils`: * Add deep links formatting for internal `tg://` prefix (thanks to [@klimatov](https://github.com/klimatov)) * Exclude `.*Impl` classcasts from `ClassCastsNew` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2efcc1b268..0b02384517 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ ktor = "2.3.1" ksp = "1.8.22-1.0.11" kotlin-poet = "1.14.2" -microutils = "0.19.2" +microutils = "0.19.4" github-release-plugin = "2.4.1" dokka = "1.8.20"