File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.5.0 (2019-01-08)
2
+ --------------------------
3
+ Make the Medium enumeration public (#47)
4
+ Bump Scala to 2.12.8 (#54)
5
+ Bump cats-effect to 1.1.0 (#40)
6
+ Bump cats-core to 1.5.0 (#39)
7
+ Bump circe to 0.11.0 (#52)
8
+ Bump circe to 0.10.0 (#41)
9
+ Bump specs2 to 4.3.6 (#53)
10
+ Enforce scalafmt (#51)
11
+ Change codecov badge to point to the develop branch (#37)
12
+
1
13
Version 0.4.0 (2018-08-30)
2
14
--------------------------
3
15
Move parsing code to Scala and remove Java support (#29)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ More examples can be seen in [ParseTest.scala][parsetest-scala]. See [Parser.sca
65
65
Add this to your SBT config:
66
66
67
67
``` scala
68
- val refererParser = " com.snowplowanalytics" %% " referer-parser" % " 0.4 .0"
68
+ val refererParser = " com.snowplowanalytics" %% " referer-parser" % " 0.5 .0"
69
69
```
70
70
71
71
## Contributing
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ val root = (project in file(".")).
3
3
settings(
4
4
name := " scala-referer-parser" ,
5
5
organization := " com.snowplowanalytics" ,
6
- version := " 0.4 .0" ,
6
+ version := " 0.5 .0" ,
7
7
description := " Library for extracting marketing attribution data from referer URLs" ,
8
8
scalaVersion := " 2.12.8" ,
9
9
crossScalaVersions := Seq (" 2.11.12" , " 2.12.8" ),
You can’t perform that action at this time.
0 commit comments