Skip to content

Commit 06206c4

Browse files
authored
Release changes for 1.4.6 (#216)
1 parent c491f95 commit 06206c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ At a high level, the process is as follows:
110110

111111
## Versions
112112

113+
Release [1.4.6](https://github.com/ekrich/sconfig/releases/tag/v1.4.6) - (2021-12-06)<br/>
113114
Release [1.4.5](https://github.com/ekrich/sconfig/releases/tag/v1.4.5) - (2021-10-08)<br/>
114115
Release [1.4.4](https://github.com/ekrich/sconfig/releases/tag/v1.4.4) - (2021-05-13)<br/>
115116
Release [1.4.3](https://github.com/ekrich/sconfig/releases/tag/v1.4.3) - (2021-05-12)<br/>

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ addCommandAlias(
88
).mkString(";", ";", "")
99
)
1010

11-
val prevVersion = "1.4.4"
12-
val nextVersion = "1.4.5"
11+
val prevVersion = "1.4.6"
12+
val nextVersion = "1.4.7"
1313

1414
// stable snapshot is not great for publish local
1515
def versionFmt(out: sbtdynver.GitDescribeOutput): String = {

0 commit comments

Comments
 (0)