We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97855f8 commit ebf554fCopy full SHA for ebf554f
CHANGELOG
@@ -1,3 +1,10 @@
1
+Version 1.0.0 (2020-08-27)
2
+--------------------------
3
+Reformat code (#174)
4
+Update scalafmt to newest (#173)
5
+Bump scala-lru-map to 0.5.0 (#172)
6
+Bump Circe and Cats Effect (#170)
7
+
8
Version 0.7.0 (2019-11-11)
9
--------------------------
10
Introduce tagless final encoding (#158)
build.sbt
@@ -18,7 +18,7 @@ lazy val root = project
18
.enablePlugins(ScalaUnidocPlugin, GhpagesPlugin)
19
.settings(
20
name := "scala-forex",
21
- version := "0.7.0",
+ version := "1.0.0",
22
description := "High-performance Scala library for performing currency conversions using Open Exchange Rates"
23
)
24
.settings(BuildSettings.buildSettings)
0 commit comments