Commit ebf554f 1 parent 97855f8 commit ebf554f Copy full SHA for ebf554f
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
Version 0.7.0 (2019-11-11)
2
9
--------------------------
3
10
Introduce tagless final encoding (#158)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ lazy val root = project
18
18
.enablePlugins(ScalaUnidocPlugin , GhpagesPlugin )
19
19
.settings(
20
20
name := " scala-forex" ,
21
- version := " 0.7 .0" ,
21
+ version := " 1.0 .0" ,
22
22
description := " High-performance Scala library for performing currency conversions using Open Exchange Rates"
23
23
)
24
24
.settings(BuildSettings .buildSettings)
You can’t perform that action at this time.
0 commit comments