Skip to content

Commit

Permalink
Update version and add Docker blurb in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Oct 9, 2023
1 parent e489c8c commit f905624
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.9.1 - 2023-10-09
- Add Docker images for the CLI and server; see the Docker section for the [CLI](doc/cli.md#docker) and [server](doc/cli.md#docker).
- Use bundled Java runtimes and modules instead of the local Java runtime (this is necessary for Docker implementation).
- Minor changes to CLI/server description text.

## 0.9.0 - 2023-04-25
- Add CLI for Persephone as two commands that can be made using `make bundle`; command options can be viewed using `--help`.
- `validate`: Performs Statement Template validation for a single Statement
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ A Clojure library, with a local for validating xAPI Statements against xAPI Pro

Add the following to the `:deps` map in your `deps.edn` file:
```clojure
com.yetanalytics/project-persephone {:mvn/version "0.9.0"}
com.yetanalytics/project-persephone {:mvn/version "0.9.1"}
```

Alternatively, to run the CLI or server as an application, you can pull a Docker image at `yetanalytics/persephone:[tag]`.

## Documentation

- [Library](doc/library.md): How to use the library/API functions
Expand Down

0 comments on commit f905624

Please sign in to comment.