Skip to content

Commit

Permalink
publish v0.9.7 with new --java:optionals option
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Jan 9, 2019
1 parent 67a02f9 commit a6d67b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.6")
lazy val tscfgVersion = setVersion("0.9.7")

organization := "com.github.carueda"
name := "tscfg"
Expand Down
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2018-12-20 - 0.9.6
2019-01-09 - 0.9.7

- publish v0.9.6
- fix #40 "String-to-bytes conversion results in compilation error"
- publish v0.9.7 with new `--java:optionals` option to generate
`Optional<T>` for optional fields in java. Thanks @qux42!

2018-08-06 - 0.9.5

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,9 @@ along with the centralized verification, shall become more apparent. All of this
Not implemented yet. The issue is [#21](https://github.com/carueda/tscfg/issues/21)
if you want to add comments or reactions. PRs are also welcome.
**Could tscfg generate `Optional<T>` for optional fields?**
**Can tscfg generate `Optional<T>` for optional fields?**
Use the `--java:optionals` flag for enabling `Optional<T>` instead of `null` for optional fields in java.
Use the `--java:optionals` flag for enabling `Optional<T>` instead of `null` for optional fields in java.
**What happened with the generated `toString` method?**
Expand Down
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.6
tscfg.version = 0.9.7

0 comments on commit a6d67b9

Please sign in to comment.