Skip to content

Commit

Permalink
publish v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Dec 20, 2018
1 parent 7160165 commit a610b1e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val tscfgVersion = setVersion("0.9.5")
lazy val tscfgVersion = setVersion("0.9.6")

organization := "com.github.carueda"
name := "tscfg"
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2018-12-20 - 0.9.5
2018-12-20 - 0.9.6

- publish v0.9.6
- fix #40 "String-to-bytes conversion results in compilation error"

2018-08-06 - 0.9.5
Expand Down
9 changes: 6 additions & 3 deletions publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ One-time steps:
> set pgpReadOnly := false
> pgp-cmd gen-key
> pgp-cmd send-key [email protected] hkp:https://pool.sks-keyservers.net

`~/.sbt/version/sonatype.sbt`:

credentials += Credentials("Sonatype Nexus Repository Manager",
Expand All @@ -18,6 +18,9 @@ One-time steps:

Then:

> +package
> +publishSigned
> reload
> clean
> assembly
> +package
> +publishSigned
> +sonatypeRelease
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tscfg.version = 0.9.5
tscfg.version = 0.9.6

0 comments on commit a610b1e

Please sign in to comment.