~jan0sch/smederee

Showing details for patch 7086624c5808251560884b75fa7de15497782be8.
2025-02-13 (Thu), 8:06 AM - Jens Grassel - 7086624c5808251560884b75fa7de15497782be8

Prepare RELEASE v0.15.1

Summary of changes
2 files modified with 18 lines added and 1 lines removed
  • CHANGELOG.md with 17 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-02-20 15:25:40.720161846 +0000
+++ new-smederee/build.sbt	2025-02-20 15:25:40.720161846 +0000
@@ -13,7 +13,7 @@
         scalaVersion     := "3.3.5",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.16.0-SNAPSHOT",
+        version          := "0.15.1",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",
diff -rN -u old-smederee/CHANGELOG.md new-smederee/CHANGELOG.md
--- old-smederee/CHANGELOG.md	2025-02-20 15:25:40.720161846 +0000
+++ new-smederee/CHANGELOG.md	2025-02-20 15:25:40.720161846 +0000
@@ -20,6 +20,23 @@
     - `Fixed` for any bug fixes.
     - `Security` to invite users to upgrade in case of vulnerabilities.
 
+v0.15.1 (2025-02-13)
+====================
+
+Changed
+-------
+
+- update to Scala 3.3.5
+- lots of dependency updates
+- exclude view templates from code coverage
+- some documentation updates
+
+Fixed
+-----
+
+- crashes upon not existing resources
+- handling of not found repositories and organisations
+
 v0.15.0 (2024-09-27)
 ====================