~jan0sch/smederee

Showing details for patch d1281a5eb815da1b43c0f693f6607c3599a1c5dc.
2022-11-03 (Thu), 5:00 PM - Jens Grassel - d1281a5eb815da1b43c0f693f6607c3599a1c5dc

Prepare RELEASE 0.2.0

Summary of changes
2 files modified with 21 lines added and 6 lines removed
  • CHANGELOG.md with 15 added and 0 removed lines
  • build.sbt with 6 added and 6 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-02-01 18:44:20.895274431 +0000
+++ new-smederee/build.sbt	2025-02-01 18:44:20.895274431 +0000
@@ -56,7 +56,7 @@
     .settings(commonSettings)
     .settings(
       name := "darcs",
-      version := "0.2.0-SNAPSHOT",
+      version := "0.2.0",
       Defaults.itSettings,
       headerSettings(IntegrationTest),
       inConfig(IntegrationTest)(scalafmtSettings),
@@ -88,7 +88,7 @@
     .settings(commonSettings)
     .settings(
       name := "docs",
-      version := "0.2.0-SNAPSHOT",
+      version := "0.2.0",
       autoAPIMappings := true,
       paradoxProperties ++= Map(
         "extref.rfc.base_url"      -> "http://tools.ietf.org/html/rfc%s",
@@ -109,7 +109,7 @@
     .settings(commonSettings)
     .settings(
       name := "email",
-      version := "0.2.0-SNAPSHOT",
+      version := "0.2.0",
       Defaults.itSettings,
       headerSettings(IntegrationTest),
       inConfig(IntegrationTest)(scalafmtSettings),
@@ -152,7 +152,7 @@
     .settings(commonSettings)
     .settings(
       name := "hub",
-      version := "0.2.0-SNAPSHOT",
+      version := "0.2.0",
       Defaults.itSettings,
       headerSettings(IntegrationTest),
       inConfig(IntegrationTest)(scalafmtSettings),
@@ -269,7 +269,7 @@
     .settings(commonSettings)
     .settings(
       name := "i18n",
-      version := "0.2.0-SNAPSHOT",
+      version := "0.2.0",
       libraryDependencies ++= Seq(
         library.logback,
         library.munit           % Test,
@@ -286,7 +286,7 @@
     .settings(commonSettings)
     .settings(
       name := "security",
-      version := "0.2.0-SNAPSHOT",
+      version := "0.2.0",
       libraryDependencies ++= Seq(
         library.bouncyCastleProvider % Runtime,
         library.catsCore,
diff -rN -u old-smederee/CHANGELOG.md new-smederee/CHANGELOG.md
--- old-smederee/CHANGELOG.md	2025-02-01 18:44:20.895274431 +0000
+++ new-smederee/CHANGELOG.md	2025-02-01 18:44:20.895274431 +0000
@@ -20,6 +20,21 @@
 
 ## Unreleased
 
+## 0.2.0 (2022-11-03)
+
+### Changed
+
+- show ssh clone option only for repository owners
+- don't use a hostname for the ssh server to bind to all addresses
+
+### Fixed
+
+- wrong key in logback configuration
+- customised local developer application.conf in package
+- ssh clone url has wrong hostname
+- issues with html and css in the footer
+- ssh banner for shell shows wrong clone syntax
+
 ## 0.1.0 (2022-11-01)
 
 - initial release