Skip to content

Commit

Permalink
Release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Nov 5, 2024
1 parent bd85d3d commit edade88
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ change log follows the conventions of

## [Unreleased]

[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.7...HEAD
[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.8...HEAD

## [0.1.8] - 2024-11-05

[0.1.8]: https://github.com/ligurio/elle-cli/compare/0.1.7...0.1.8

### Added

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ $ cd elle-cli
$ lein deps
$ lein uberjar
Compiling elle_cli.cli
Created /home/sergeyb/sources/ljepsen/elle-cli/target/elle-cli-0.1.7.jar
Created /home/sergeyb/sources/ljepsen/elle-cli/target/elle-cli-0.1.7-standalone.jar
$ java -jar target/elle-cli-0.1.7-standalone.jar --model rw-register histories/elle/rw-register.json
Created /home/sergeyb/sources/elle-cli/target/elle-cli-0.1.8.jar
Created /home/sergeyb/sources/elle-cli/target/elle-cli-0.1.8-standalone.jar
$ java -jar target/elle-cli-0.1.8-standalone.jar --model rw-register histories/elle/rw-register.json
histories/elle/rw-register.edn true
```

Expand Down
2 changes: 1 addition & 1 deletion elle-cli
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

ver="0.1.7"
ver="0.1.8"

options=$*
if test -z "$options"; then
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject elle-cli "0.1.7"
(defproject elle-cli "0.1.8"
:description "Command-line frontend to transactional consistency checkers for black-box databases"
:url "https://github.com/ligurio/elle-cli"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -u

ELLE_CLI_VERSION="0.1.7"
ELLE_CLI_VERSION="0.1.8"
ELLE_CLI_BIN="java -jar target/elle-cli-${ELLE_CLI_VERSION}-standalone.jar"

suite_status=0
Expand Down

0 comments on commit edade88

Please sign in to comment.