~jan0sch/smederee
Showing details for patch d0bab878063f6969d1e6d68556e1a0c9db08be83.
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt --- old-smederee/build.sbt 2025-01-31 07:58:07.850486236 +0000 +++ new-smederee/build.sbt 2025-01-31 07:58:07.850486236 +0000 @@ -67,7 +67,7 @@ .settings(commonSettings) .settings( name := "darcs", - version := "0.6.0-SNAPSHOT", + version := "0.6.0", Defaults.itSettings, headerSettings(IntegrationTest), inConfig(IntegrationTest)(scalafmtSettings), @@ -100,7 +100,7 @@ .settings(commonSettings) .settings( name := "email", - version := "0.6.0-SNAPSHOT", + version := "0.6.0", Defaults.itSettings, headerSettings(IntegrationTest), inConfig(IntegrationTest)(scalafmtSettings), @@ -133,7 +133,7 @@ .settings(commonSettings) .settings( name := "html-utils", - version := "0.6.0-SNAPSHOT", + version := "0.6.0", libraryDependencies ++= Seq( library.catsCore, library.http4sCore, @@ -161,7 +161,7 @@ .settings(commonSettings) .settings( name := "hub", - version := "0.6.0-SNAPSHOT", + version := "0.6.0", Defaults.itSettings, headerSettings(IntegrationTest), inConfig(IntegrationTest)(scalafmtSettings), @@ -283,7 +283,7 @@ .settings(commonSettings) .settings( name := "i18n", - version := "0.6.0-SNAPSHOT", + version := "0.6.0", libraryDependencies ++= Seq( library.catsCore, library.logback, @@ -301,7 +301,7 @@ .settings(commonSettings) .settings( name := "security", - version := "0.6.0-SNAPSHOT", + version := "0.6.0", libraryDependencies ++= Seq( library.bouncyCastleProvider % Runtime, library.catsCore, @@ -324,7 +324,7 @@ .settings(commonSettings) .settings( name := "tickets", - version := "0.6.0-SNAPSHOT", + version := "0.6.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 07:58:07.850486236 +0000 +++ new-smederee/CHANGELOG.md 2025-01-31 07:58:07.850486236 +0000 @@ -20,6 +20,13 @@ ## Unreleased +## 0.6.0 (2023-03-26) + +### Added + +- localisation support for signed in users +- more information on branches (forks) on repository pages + ## 0.5.0 (2023-03-23) This release contains BREAKING CHANGES in the database structure!