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+
113Version 0.4.0 (2018-08-30)
214--------------------------
315Move 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
6565Add this to your SBT config:
6666
6767``` scala
68- val refererParser = " com.snowplowanalytics" %% " referer-parser" % " 0.4 .0"
68+ val refererParser = " com.snowplowanalytics" %% " referer-parser" % " 0.5 .0"
6969```
7070
7171## Contributing
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ val root = (project in file(".")).
33 settings(
44 name := " scala-referer-parser" ,
55 organization := " com.snowplowanalytics" ,
6- version := " 0.4 .0" ,
6+ version := " 0.5 .0" ,
77 description := " Library for extracting marketing attribution data from referer URLs" ,
88 scalaVersion := " 2.12.8" ,
99 crossScalaVersions := Seq (" 2.11.12" , " 2.12.8" ),
You can’t perform that action at this time.
0 commit comments