Skip to content

Commit f1f9869

Browse files
BenFradetdilyand
authored andcommitted
Prepare for release
1 parent a87bf04 commit f1f9869

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Version 1.0.0 (2019-10-31)
2+
--------------------------
3+
Provide a way to create a Parser using cats.Eval (#67)
4+
Abstract over Parser creation (#72)
5+
Expose Medium in Referer (#71)
6+
Do not double decode query string (#73)
7+
Re-establish the ParseTest suite (#74)
8+
(Scala) Allow 'android-app' URL scheme (#90)
9+
Update README to reflect 0.6.0 changes (#88)
10+
Use sbt-tpolecat (#62)
11+
Bump version to 1.0.0 (#92)
12+
Bump cats-core to 1.6.0 (#63)
13+
Bump cats-effect to 1.2.0 (#64)
14+
Bump circe to 0.11.1 (#65)
15+
Bump specs2 to 4.4.1 (#66)
16+
Bump SBT to 1.2.8 (#68)
17+
Change Travis distribution to Trusty (#87)
18+
Fix artifact name in README (#85)
19+
Fix typo in Parser comment (#86)
20+
Modify Gitter badge (#58)
21+
Extend copyright to 2019 (#69)
22+
123
Version 0.5.0 (2019-01-08)
224
--------------------------
325
Make the Medium enumeration public (#47)

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The implementation uses a JSON version of the shared 'database' of known referer
1010

1111
The Scala implementation is a core component of [Snowplow][snowplow], the open-source web-scale analytics platform.
1212

13-
=======
1413
### Installation
1514

1615
You can add the following to your SBT config:
@@ -68,21 +67,9 @@ More examples can be seen in [ParseTest.scala][parsetest-scala]. See [Parser.sca
6867
[parsetest-scala]: src/test/scala/com/snowplowanalytics/refererparser/ParseTest.scala
6968
[parser-scala]: src/main/scala/com/snowplowanalytics/refererparser/Parser.scala
7069

71-
### Installation
72-
73-
Add this to your SBT config:
74-
75-
```scala
76-
val refererParser = "com.snowplowanalytics" %% "referer-parser" % "0.5.0"
77-
```
78-
7970
## Contributing
8071

81-
1. Fork it
82-
2. Create your feature branch (`git checkout -b my-new-feature`)
83-
3. Commit your changes (`git commit -am 'Add some feature'`)
84-
4. Push to the branch (`git push origin my-new-feature`)
85-
5. Create new Pull Request
72+
Check out [our contributing guide](CONTRIBUTING.md).
8673

8774
## Copyright and license
8875

0 commit comments

Comments
 (0)