~jan0sch/smederee

Showing details for patch 0d58b3669c75937b740a8df65b877caf5c34d4cb.
2024-05-29 (Wed), 9:37 AM - Jens Grassel - 0d58b3669c75937b740a8df65b877caf5c34d4cb

Prepare RELEASE v0.12.1

Summary of changes
2 files modified with 24 lines added and 1 lines removed
  • CHANGELOG.md with 23 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-11 20:10:25.328898438 +0000
+++ new-smederee/build.sbt	2025-01-11 20:10:25.328898438 +0000
@@ -13,7 +13,7 @@
         scalaVersion     := "3.3.3",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.13.0-SNAPSHOT",
+        version          := "0.12.1",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",
diff -rN -u old-smederee/CHANGELOG.md new-smederee/CHANGELOG.md
--- old-smederee/CHANGELOG.md	2025-01-11 20:10:25.328898438 +0000
+++ new-smederee/CHANGELOG.md	2025-01-11 20:10:25.328898438 +0000
@@ -20,6 +20,29 @@
     - `Fixed` for any bug fixes.
     - `Security` to invite users to upgrade in case of vulnerabilities.
 
+v0.12.1 (2024-05-29)
+====================
+
+Added
+-----
+
+- organisations tab to SSH settings page
+
+Changed
+-------
+
+- lots of dependency updates
+
+Removed
+-------
+
+- obsolete settings and logic regarding copyright years in build file
+
+Fixed
+-----
+
+- deprecation warning in license URL constructor
+
 v0.12.0 (2024-04-18)
 ====================