Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Sep 25, 2017
1 parent 7efeec0 commit d9f6cf1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name := "sbt-site"

organization := "com.typesafe.sbt"

version := "1.3.1-SNAPSHOT"
version := "1.3.1"
crossSbtVersions := List("0.13.16", "1.0.2")

licenses += ("BSD 3-Clause", url("http://opensource.org/licenses/BSD-3-Clause"))
//#scm-info
Expand Down
19 changes: 19 additions & 0 deletions notes/1.3.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Release 1.3.1

See the [1.3.1 milestone] for the full list of related tickets and PRs.

## Enhancements

1. Bump Paradox to version 0.3.0 and support the Paradox site plugin for
sbt 1.0. [#111] ([@jonas])

## Fixes

1. Enable sbt-ghpages integration test for sbt 1.0. [#110] ([@xuwei-k])

[1.3.1 milestone]: https://github.com/sbt/sbt-site/milestone/4
[#110]: https://github.com/sbt/sbt-site/pull/110
[#111]: https://github.com/sbt/sbt-site/pull/111

[@jonas]: https://github.com/jonas
[@xuwei-k]: https://github.com/xuwei-k

0 comments on commit d9f6cf1

Please sign in to comment.