Skip to content

Commit

Permalink
2023.1.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 Jan 9, 2023
1 parent 6bc517b commit db82f1e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 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 = "2023.1.2-SNAPSHOT"
const val zakadabar = "2023.1.9"

val isSnapshot = zakadabar.contains("SNAPSHOT")

Expand Down
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.12.13](./archive/2022.12.13.md)
* [2023.1.9](./archive/2023.1.9.md)
* [Archive]()
* [2023.1.9](./archive/2023.1.9.md)
* [2022.12.13](./archive/2022.12.13.md)
* [2022.11.9](./archive/2022.11.9.md)
* [2022.10.19](./archive/2022.10.19.md)
Expand Down
11 changes: 11 additions & 0 deletions doc/changelog/archive/2023.1.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 2023.1.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: Xlsx

- new library that exports data into Xlsx files

0 comments on commit db82f1e

Please sign in to comment.