From e42be433f651ba6270bba8ab75e5444cb1affae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B3th=20Istv=C3=A1n=20Zolt=C3=A1n?= Date: Wed, 9 Nov 2022 10:51:41 +0100 Subject: [PATCH] 2022.11.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tóth István Zoltán --- .../src/main/kotlin/zakadabar/gradle/Versions.kt | 2 +- doc/changelog/Next.md | 2 +- doc/changelog/TOC.md | 3 ++- doc/changelog/archive/2022.11.9.md | 12 ++++++++++++ 4 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 doc/changelog/archive/2022.11.9.md diff --git a/buildSrc/src/main/kotlin/zakadabar/gradle/Versions.kt b/buildSrc/src/main/kotlin/zakadabar/gradle/Versions.kt index 8d7276b9..be5e0390 100644 --- a/buildSrc/src/main/kotlin/zakadabar/gradle/Versions.kt +++ b/buildSrc/src/main/kotlin/zakadabar/gradle/Versions.kt @@ -4,7 +4,7 @@ package zakadabar.gradle object Versions { - const val zakadabar = "2022.10.19" + const val zakadabar = "2022.11.9" val isSnapshot = zakadabar.contains("SNAPSHOT") diff --git a/doc/changelog/Next.md b/doc/changelog/Next.md index d00e7420..b4f1f9d2 100644 --- a/doc/changelog/Next.md +++ b/doc/changelog/Next.md @@ -6,4 +6,4 @@ This page contains the changes included in the next release. Changes with marker **very low** and such are technically breaking changes. However, they are not major modifications and in most cases they should not break anything. Notes after the marker -are the places worth to check. If you extended them you may have to apply the change to your own class also. +are the places worth to check. If you extended them you may have to apply the change to your own class also. \ No newline at end of file diff --git a/doc/changelog/TOC.md b/doc/changelog/TOC.md index 99dc39e2..4cd848d2 100644 --- a/doc/changelog/TOC.md +++ b/doc/changelog/TOC.md @@ -1,5 +1,6 @@ -* [2022.10.19](./archive/2022.10.19.md) +* [2022.11.9](./archive/2022.11.9.md) * [Archive]() + * [2022.11.9](./archive/2022.11.9.md) * [2022.10.19](./archive/2022.10.19.md) * [2022.9.23](./archive/2022.9.23.md) * [2022.9.7](./archive/2022.9.7.md) diff --git a/doc/changelog/archive/2022.11.9.md b/doc/changelog/archive/2022.11.9.md new file mode 100644 index 00000000..50634ead --- /dev/null +++ b/doc/changelog/archive/2022.11.9.md @@ -0,0 +1,12 @@ +# 2022.11.9 +## Legend + +Changes with marker **very low** and such are technically breaking changes. However, they are +not major modifications and in most cases they should not break anything. Notes after the marker +are the places worth to check. If you extended them you may have to apply the change to your own class also. + +## Lib: Blobs + +**changed** + +- make `BlobStyles` class open