Skip to content

Commit

Permalink
2022.11.9
Browse files Browse the repository at this point in the history
Signed-off-by: Tóth István Zoltán <[email protected]>
  • Loading branch information
toth-istvan-zoltan committed Nov 9, 2022
1 parent 95a6ab9 commit e42be43
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/zakadabar/gradle/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion doc/changelog/Next.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 2 additions & 1 deletion doc/changelog/TOC.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
12 changes: 12 additions & 0 deletions doc/changelog/archive/2022.11.9.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e42be43

Please sign in to comment.