~wegtam/smederee

Showing details for patch c173d4c28b7e094dfa2f0c63ee872703d812e943.
2024-09-27 (Fri), 11:34 AM - Jens Grassel - c173d4c28b7e094dfa2f0c63ee872703d812e943

Prepare RELEASE v0.15.0

Summary of changes
2 files modified with 30 lines added and 1 lines removed
  • CHANGELOG.md with 29 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	2024-11-22 15:49:39.414418058 +0000
+++ new-smederee/build.sbt	2024-11-22 15:49:39.414418058 +0000
@@ -13,7 +13,7 @@
         scalaVersion     := "3.3.4",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.15.0-SNAPSHOT",
+        version          := "0.15.0",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",
diff -rN -u old-smederee/CHANGELOG.md new-smederee/CHANGELOG.md
--- old-smederee/CHANGELOG.md	2024-11-22 15:49:39.414418058 +0000
+++ new-smederee/CHANGELOG.md	2024-11-22 15:49:39.414418058 +0000
@@ -20,6 +20,35 @@
     - `Fixed` for any bug fixes.
     - `Security` to invite users to upgrade in case of vulnerabilities.
 
+v0.15.0 (2024-09-27)
+====================
+
+Added
+-----
+
+- coding style guidelines for naming things
+- human readable file sizes in vcs file browser
+- statistics page for vcs repositories
+- tokei as optional dependency for repository statistics
+
+Changed
+-------
+
+- update Scala to 3.3.4
+- lots of dependency updates
+- migrate to Monocle optics library from Quicklens
+
+Fixed
+-----
+
+- possible test error due to local development configuration
+
+Removed
+-------
+
+- unused imports
+- showing size of directories (bytes) in the vcs file browser
+
 v0.14.2 (2024-07-29)
 ====================