Skip to content

Commit

Permalink
Prepare for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and colmsnowplow committed Aug 14, 2023
1 parent 84a6bc8 commit 6e80cce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.5.0 (2023-08-14)
--------------------------
Move cli options to the config (#47)
Add Kafka sink (#51)
Reorganize output config parameters (#54)

Version 0.4.0 (2023-05-26)
--------------------------
Use fs2Pubsub 0.22 (close #50)
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.4.0/snowplow-event-generator-0.4.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.5.0/snowplow-event-generator-0.5.0.tar.gz). You need java installed to run it.

```bash
wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.4.0/snowplow-event-generator-0.4.0.tar.gz
tar -xzf snowplow-event-generator-0.4.0.tar.gz
wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.5.0/snowplow-event-generator-0.5.0.tar.gz
tar -xzf snowplow-event-generator-0.5.0.tar.gz
```

And start generating events in your `my-events` directory, in configuration file set:
Expand Down Expand Up @@ -225,7 +225,7 @@ Aside from "output" configuration, all fields in the configuration file are opti
Core is a scala library for generating snowplow events.

```
libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.4.0" % Test
libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.5.0" % Test
```

```scala
Expand Down

0 comments on commit 6e80cce

Please sign in to comment.