~jan0sch/smederee

Showing details for patch 2d3052568f30e64a5eaee54821224f3591f21c62.
2023-03-23 (Thu), 6:27 PM - Jens Grassel - 2d3052568f30e64a5eaee54821224f3591f21c62

Prepare RELEASE 0.5.0

Summary of changes
2 files modified with 18 lines added and 7 lines removed
  • CHANGELOG.md with 11 added and 0 removed lines
  • build.sbt with 7 added and 7 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-31 10:38:26.718149769 +0000
+++ new-smederee/build.sbt	2025-01-31 10:38:26.718149769 +0000
@@ -67,7 +67,7 @@
     .settings(commonSettings)
     .settings(
       name := "darcs",
-      version := "0.5.0-SNAPSHOT",
+      version := "0.5.0",
       Defaults.itSettings,
       headerSettings(IntegrationTest),
       inConfig(IntegrationTest)(scalafmtSettings),
@@ -100,7 +100,7 @@
     .settings(commonSettings)
     .settings(
       name := "email",
-      version := "0.5.0-SNAPSHOT",
+      version := "0.5.0",
       Defaults.itSettings,
       headerSettings(IntegrationTest),
       inConfig(IntegrationTest)(scalafmtSettings),
@@ -133,7 +133,7 @@
     .settings(commonSettings)
     .settings(
       name := "html-utils",
-      version := "0.5.0-SNAPSHOT",
+      version := "0.5.0",
       libraryDependencies ++= Seq(
         library.catsCore,
         library.http4sCore,
@@ -161,7 +161,7 @@
     .settings(commonSettings)
     .settings(
       name := "hub",
-      version := "0.5.0-SNAPSHOT",
+      version := "0.5.0",
       Defaults.itSettings,
       headerSettings(IntegrationTest),
       inConfig(IntegrationTest)(scalafmtSettings),
@@ -283,7 +283,7 @@
     .settings(commonSettings)
     .settings(
       name := "i18n",
-      version := "0.5.0-SNAPSHOT",
+      version := "0.5.0",
       libraryDependencies ++= Seq(
         library.logback,
         library.munit           % Test,
@@ -300,7 +300,7 @@
     .settings(commonSettings)
     .settings(
       name := "security",
-      version := "0.5.0-SNAPSHOT",
+      version := "0.5.0",
       libraryDependencies ++= Seq(
         library.bouncyCastleProvider % Runtime,
         library.catsCore,
@@ -323,7 +323,7 @@
     .settings(commonSettings)
     .settings(
       name := "tickets",
-      version := "0.5.0-SNAPSHOT",
+      version := "0.5.0",
       Defaults.itSettings,
       headerSettings(IntegrationTest),
       inConfig(IntegrationTest)(scalafmtSettings),
diff -rN -u old-smederee/CHANGELOG.md new-smederee/CHANGELOG.md
--- old-smederee/CHANGELOG.md	2025-01-31 10:38:26.718149769 +0000
+++ new-smederee/CHANGELOG.md	2025-01-31 10:38:26.718149769 +0000
@@ -20,6 +20,8 @@
 
 ## Unreleased
 
+## 0.5.0 (2023-03-23)
+
 This release contains BREAKING CHANGES in the database structure!
 
 ### Added
@@ -30,6 +32,15 @@
    - task list items
 - linkable line number for file viewer
 
+### Changed
+
+- **BREAKING CHANGE** configuration file format
+- **BREAKING CHANGE** move database tables to custom schemas
+- move database migration files to custom path
+- adjust migration tooling accordingly
+- move some types and classes to other modules
+- limit length of patch comment shown on repository overview page
+
 ## 0.4.0 (2023-01-09)
 
 ### Added