Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Apr 6, 2018
1 parent 56201dd commit 174291f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# Change Log

## [Unreleased](https://github.com/sbt/sbt-native-packager/tree/HEAD)
## [v1.3.4](https://github.com/sbt/sbt-native-packager/tree/v1.3.4) (2018-04-06)
[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.3.3...v1.3.4)

[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.3.3...HEAD)
**Fixed bugs:**

- Ability to independently override different systemloader templates [\#937](https://github.com/sbt/sbt-native-packager/issues/937)

**Closed issues:**

- Remove requirement of JvmPlugin from UniversalPlugin [\#1116](https://github.com/sbt/sbt-native-packager/issues/1116)
- Feature request - publishM2 [\#1114](https://github.com/sbt/sbt-native-packager/issues/1114)
- Deb package dependencies [\#1106](https://github.com/sbt/sbt-native-packager/issues/1106)
- unresolved dependency: com.typesafe.sbt\#sbt-native-packager;1.1.4: not found [\#1100](https://github.com/sbt/sbt-native-packager/issues/1100)

**Merged pull requests:**

- Included feature publishM2 [\#1113](https://github.com/sbt/sbt-native-packager/pull/1113) ([giorgioinf](https://github.com/giorgioinf))
- Process -XX arguments as JVM args [\#1112](https://github.com/sbt/sbt-native-packager/pull/1112) ([longshorej](https://github.com/longshorej))
- fixed Java version check in bash template [\#1111](https://github.com/sbt/sbt-native-packager/pull/1111) ([jubecker](https://github.com/jubecker))
- Fix docker server version parsing [\#1108](https://github.com/sbt/sbt-native-packager/pull/1108) ([jalaziz](https://github.com/jalaziz))
- JRE dependencies in Debian documentation [\#1107](https://github.com/sbt/sbt-native-packager/pull/1107) ([GreyCat](https://github.com/GreyCat))
- Upgrade Scala version [\#1103](https://github.com/sbt/sbt-native-packager/pull/1103) ([joan38](https://github.com/joan38))
- SBT 1.1.1 [\#1102](https://github.com/sbt/sbt-native-packager/pull/1102) ([joan38](https://github.com/joan38))
- Give an absolute path to the entrypoint [\#1101](https://github.com/sbt/sbt-native-packager/pull/1101) ([joan38](https://github.com/joan38))
- Typo: dpgk -\> dpkg [\#1099](https://github.com/sbt/sbt-native-packager/pull/1099) ([raboof](https://github.com/raboof))

Expand Down

0 comments on commit 174291f

Please sign in to comment.