From 86c60f272edfb3ec930dd29c63afeabf090b89d4 Mon Sep 17 00:00:00 2001 From: Eric K Richardson Date: Thu, 14 Sep 2023 19:06:25 -0700 Subject: [PATCH] Update for release (#346) * Update build to handle 2.13.12 errors * Update for release --- README.md | 1 + build.sbt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b015565..954200e6 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ At a high level, the process is as follows: ## Versions +Release [1.5.1](https://github.com/ekrich/sconfig/releases/tag/v1.5.1) - (2023-09-14)
Release [1.5.0](https://github.com/ekrich/sconfig/releases/tag/v1.5.0) - (2022-09-19)
Release [1.4.9](https://github.com/ekrich/sconfig/releases/tag/v1.4.9) - (2022-01-25)
Release [1.4.8](https://github.com/ekrich/sconfig/releases/tag/v1.4.8) - (2022-01-12)
diff --git a/build.sbt b/build.sbt index 39c7eb37..99af12e3 100644 --- a/build.sbt +++ b/build.sbt @@ -8,8 +8,8 @@ addCommandAlias( ).mkString(";", ";", "") ) -val prevVersion = "1.5.0" -val nextVersion = "1.5.1" +val prevVersion = "1.5.1" +val nextVersion = "1.5.2" // stable snapshot is not great for publish local def versionFmt(out: sbtdynver.GitDescribeOutput): String = {