Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Oct 3, 2018
1 parent d93ae80 commit 1ac01d9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
Version 0.6.0 (2018-10-03)
--------------------------
Add code coverage reports (#144)
Add Scala version-dependent CI (#145)
Publish scaladoc (#113)
Update README (#142)
Remove usage of String as currency code, use CurrencyUnit instead (#141)
Extend copyright notices (#140)
Support Scala 2.12 (#122)
Replace twitter-utils with scala-lru-map (#125)
Make the API referentially transparent using cats-effect (#118)
Migrate to circe (#119)
Move from joda-time to java.time (#123)
Use oraclejdk8 in travis builds (#137)
Replace release badge with maven-central badge (#136)
Add CONTRIBUTING.md (#135)
Add pull request template (#134)
Add issue template (#133)
Drop support for Scala 2.10 (#132)
Replace mockito with specs2-mock (#130)
Bump specs2 version (#131)
Bump joda-convert version (#129)
Bump joda-money version (#124)
Add scalafmt (#128)
Bump sbt version to 1.2.3 (#126)
Bump sbt-bintray to 0.5.4 (#127)
Simplify .gitignore (#121)
Remove vagrant setup (#120)
Add Gitter badge (#115)
Update README markdown in according with CommonMark (#114)

Version 0.5.0 (2017-01-24)
--------------------------
Bump crossScalaVersions to 2.10.6 and 2.11.8 (#102)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ There are three types of accounts supported by OER API, Unlimited, Enterprise an

### 2.2 Installation

The latest version of Scala Forex is 0.5.0, which is cross-built against 2.11.x and 2.12.x.
The latest version of Scala Forex is 0.6.0, which is cross-built against 2.11.x and 2.12.x.

If you're using SBT, add the following lines to your build file:

```scala
libraryDependencies ++= Seq(
"com.snowplowanalytics" %% "scala-forex" % "0.5.0"
"com.snowplowanalytics" %% "scala-forex" % "0.6.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val root = project.in(file("."))
.enablePlugins(ScalaUnidocPlugin, GhpagesPlugin)
.settings(
name := "scala-forex",
version := "0.5.0",
version := "0.6.0",
description := "High-performance Scala library for performing currency conversions using Open Exchange Rates"
)
.settings(BuildSettings.buildSettings)
Expand Down

0 comments on commit 1ac01d9

Please sign in to comment.