We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5db66 commit 5766ea6Copy full SHA for 5766ea6
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
7
## Next release
8
9
+## [0.7.0] - 2017-08-31
10
+
11
### Added
12
13
* Plugin option to dump the generated Java to the console or a file.
inline-java.cabal
@@ -1,5 +1,5 @@
1
name: inline-java
2
-version: 0.6.2
+version: 0.7.0
3
synopsis: Java interop via inline Java code in Haskell modules.
4
description: Please see README.md.
5
homepage: http://github.com/tweag/inline-java#readme
0 commit comments