Skip to content

Commit

Permalink
Prepare for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and istreeter committed Feb 14, 2022
1 parent 5cc1c33 commit d99862d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.2.1 (2022-02-14)
--------------------------
Remove Path.of usages to preserve compatibility with java8 (#11)

Version 0.2.0 (2022-02-12)
--------------------------
Bump libthrift to 0.14.0 (#10)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ We provide [a command line tool](#quickstart-cli) to output events to a file, an

## Quickstart CLI

Download the [executable from github](https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.2.0/snowplow-event-generator-0.2.0.tar.gz). You need java installed to run it.
Download the [executable from github](https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.2.1/snowplow-event-generator-0.2.1.tar.gz). You need java installed to run it.

```bash
wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.2.0/snowplow-event-generator-0.2.0.tar.gz
tar -xzf snowplow-event-generator-0.2.0.zip
wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.2.1/snowplow-event-generator-0.2.1.tar.gz
tar -xzf snowplow-event-generator-0.2.1.zip
```

And start generating events in your `my-events` directory:
Expand Down Expand Up @@ -110,7 +110,7 @@ All fields in the configuration file are optional:
Core is a scala library for generating snowplow events.

```
libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.2.0" % Test
libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.2.1" % Test
```

```scala
Expand Down

0 comments on commit d99862d

Please sign in to comment.