Skip to content

Commit

Permalink
Prepare for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and dilyand committed Nov 8, 2022
1 parent 896b6c7 commit 5849129
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.3.1 (2022-11-08)
--------------------------
Ensure HEAD requests don't have a body (#29)
Limit the possible separators for the path's vendor segment (#29)
Make Api.toString always output a path with a leading slash (#29)
Fix NPE when generating change_form event (#29)

Version 0.3.0 (2022-11-01)
--------------------------
Add http request generator (#25)
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.3.0/snowplow-event-generator-0.3.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.3.1/snowplow-event-generator-0.3.1.tar.gz). You need java installed to run it.

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

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.3.0" % Test
libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.3.1" % Test
```

```scala
Expand Down

0 comments on commit 5849129

Please sign in to comment.