Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Aug 18, 2023
1 parent 728f4b7 commit 1812bb7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@ change log follows the conventions of

## [Unreleased]

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

### Added

- Shell script that runs a JAR file.

### Fixed

### Changed

## [0.1.7]

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

### Added

- Shell script that runs a JAR file.

### Changed

- Bump Elle version to 0.1.7.
- Bump Jepsen version to 0.3.3.
- Bump Jepsen version to 0.3.2.
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.6.jar
Created /home/sergeyb/sources/ljepsen/elle-cli/target/elle-cli-0.1.6-standalone.jar
$ java -jar target/elle-cli-0.1.6-standalone.jar --model rw-register histories/elle/rw-register.json
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
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.6"
ver="0.1.7"

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.6"
(defproject elle-cli "0.1.7"
: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.6"
ELLE_CLI_VERSION="0.1.7"
ELLE_CLI_BIN="java -jar target/elle-cli-${ELLE_CLI_VERSION}-standalone.jar"

suite_status=0
Expand Down

0 comments on commit 1812bb7

Please sign in to comment.