Skip to content

Commit

Permalink
Prepare for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Jan 3, 2024
1 parent 5619c1a commit f46eaf4
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.7.0 (2024-01-03)
--------------------------
Populate all event fields (#73)

Version 0.6.0 (2023-09-26)
--------------------------
Fix bug where padding adds spaces to filenames (#70)
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.5.0/snowplow-event-generator-0.5.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.7.0/snowplow-event-generator-0.7.0.tar.gz). You need java installed to run it.

```bash
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
wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.7.0/snowplow-event-generator-0.7.0.tar.gz
tar -xzf snowplow-event-generator-0.7.0.tar.gz
```

And start generating events in your `my-events` directory, in configuration file set:
Expand Down Expand Up @@ -262,7 +262,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.5.0" % Test
libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.7.0" % Test
```

```scala
Expand Down

0 comments on commit f46eaf4

Please sign in to comment.