~jan0sch/smederee

Showing details for patch cd9e69850573128d738babec2c2f9b9aec2b58da.
2024-07-29 (Mon), 1:06 PM - Jens Grassel - cd9e69850573128d738babec2c2f9b9aec2b58da

Prepare RELEASE v0.14.2

Summary of changes
2 files modified with 6 lines added and 1 lines removed
  • CHANGELOG.md with 5 added and 0 removed lines
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-10 20:57:31.717452823 +0000
+++ new-smederee/build.sbt	2025-01-10 20:57:31.717452823 +0000
@@ -13,7 +13,7 @@
         scalaVersion     := "3.3.3",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.15.0-SNAPSHOT",
+        version          := "0.14.2",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",
diff -rN -u old-smederee/CHANGELOG.md new-smederee/CHANGELOG.md
--- old-smederee/CHANGELOG.md	2025-01-10 20:57:31.717452823 +0000
+++ new-smederee/CHANGELOG.md	2025-01-10 20:57:31.717452823 +0000
@@ -20,6 +20,11 @@
     - `Fixed` for any bug fixes.
     - `Security` to invite users to upgrade in case of vulnerabilities.
 
+v0.14.2 (2024-07-29)
+====================
+
+- just a "clean up release" with lots of refactoring and small base work
+
 v0.14.1 (2024-07-09)
 ====================