Skip to content

Commit

Permalink
upgrade for release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Jan 17, 2017
1 parent 90b5f2c commit d5be320
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,7 @@ The main API is stable, but expect some amount of breaking changes around major
- Add strict `Accept` header checking for `RouteSpec`s based on `producing()` settings. Option for non-strictness.
- Add integrated self-hosted Swagger UI/ReDoc UI module

## 14.4.0 (uncut)
## 14.4.0
- Release for Scala 2.12.0

## 14.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ To activate some optional features, additional dependencies may be required - pl
Add the following lines to ```build.sbt``` - the lib is hosted in Maven Central and JCenter:
```scala
resolvers += "JCenter" at "https://jcenter.bintray.com"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "14.3.0"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "14.4.0"
```

## See the code
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
lazy val baseSettings = Seq(
name := "fintrospect",
organization := "io.fintrospect",
version := "14.3.0",
version := "14.4.0",
scalaVersion := "2.12.0",
crossScalaVersions := Seq("2.12.0", "2.11.8"),
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
Expand Down
4 changes: 2 additions & 2 deletions harp.json
@@ -1,8 +1,8 @@
{
"globals": {
"fintrospect": {
"old": "14.2.0",
"new": "14.3.0"
"old": "14.3.0",
"new": "14.4.0"
}
}
}
2 changes: 1 addition & 1 deletion src/main/hugosite/content/cookbook/helloworld.md
Expand Up @@ -3,4 +3,4 @@ title = "recipe: helloworld"
sidebar = "true"
+++

hello
hello
2 changes: 1 addition & 1 deletion src/main/hugosite/content/cookbook/index.md
Expand Up @@ -3,4 +3,4 @@ title = "cookbook"
sidebar = "true"
+++

please select a recipe from the left column
please select a recipe from the left column
@@ -1,4 +1,4 @@
+++
tags = []
categories = []
+++
+++
18 changes: 9 additions & 9 deletions src/main/site/format-dependencies.md
Expand Up @@ -14,19 +14,19 @@
<tr>
<td><a href="http://argonaut.io/">Argonaut</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-argonaut" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-argonaut" % "14.4.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Argonaut">Argonaut</a></td>
</tr>
<tr>
<td><a href="https://github.com/travisbrown/circe">Circe</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-circe" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-circe" % "14.4.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Circe">Circe</a></td>
</tr>
<tr>
<td><a href="https://github.com/google/gson">GSON</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-gson" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-gson" % "14.4.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Gson">Gson</a></td>
</tr>
<tr>
Expand All @@ -38,22 +38,22 @@
<tr>
<td><a href="https://github.com/FasterXML/jackson">Jackson</a> </td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-jackson" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-jackson" % "14.4.0"</td>
<td>
<a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Jackson">Jackson</a>
</tr>
<tr>
<td><a href="http://json4s.org/">Json4S Native</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "14.4.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Json4s">Json4s</a>
<br/>
<a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Json4sDoubleMode">Json4sDoubleMode</a></td>
</tr>
<tr>
<td><a href="http://json4s.org/">Json4S Jackson</a> </td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "14.4.0"</td>
<td>
<a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Json4sJackson">Json4sJackson</a>
<br/>
Expand All @@ -62,7 +62,7 @@
<tr>
<td><a href="http://msgpack.org">MsgPack</a></td>
<td>application/msgpack</td>
<td>"io.fintrospect" %% "fintrospect-msgpack" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-msgpack" % "14.4.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.MsgPack">MsgPack</a></td>
</tr>
<tr>
Expand All @@ -74,13 +74,13 @@
<tr>
<td><a href="https://www.playframework.com">Play</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-play" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-play" % "14.4.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Play">Play</a></td>
</tr>
<tr>
<td><a href="https://github.com/spray/spray-json">Spray</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-spray" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-spray" % "14.4.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Spray">Spray</a></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/main/site/installation-header.md
Expand Up @@ -9,5 +9,5 @@ To activate some optional features, additional dependencies may be required - th
Add the following lines to ```build.sbt``` - the lib is hosted in Maven Central and JCenter:
```scala
resolvers += "JCenter" at "https://jcenter.bintray.com"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "14.3.0"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "14.4.0"
```
4 changes: 2 additions & 2 deletions src/main/site/templating-dependencies.md
Expand Up @@ -8,13 +8,13 @@
<tr>
<td><a href="http://handlebarsjs.com">Handlebars</a></td>
<td>.hbs</td>
<td>"io.fintrospect" %% "fintrospect-handlebars" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-handlebars" % "14.4.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.templating.HandlebarsTemplates">HandlebarsTemplates</a></td>
</tr>
<tr>
<td><a href="http://mustache.github.io/">Mustache</a></td>
<td>.mustache</td>
<td>"io.fintrospect" %% "fintrospect-mustache" % "14.3.0"</td>
<td>"io.fintrospect" %% "fintrospect-mustache" % "14.4.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.templating.MustacheTemplates">MustacheTemplates</a></td>
</tr>
</table>
Expand Down

0 comments on commit d5be320

Please sign in to comment.