Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Feb 24, 2022
1 parent b41ebe7 commit 4780415
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ change log follows the conventions of

## [Unreleased]

[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.1...HEAD
[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.2...HEAD

### Added

### Fixed

### Changed

## [0.1.2] - 2022-02-23

[0.1.2]: https://github.com/ligurio/elle-cli/compare/0.1.1...0.1.2

### Fixed

- Fix --cycle-search-timeout, --plot-timeout, and --max-plot-bytes CLI arguments
- Fix default value for --directory CLI argument

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

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.1"
(defproject elle-cli "0.1.2"
:description "Command-line transactional safety checker"
: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 -eu

ELLE_CLI_VERSION="0.1.1"
ELLE_CLI_VERSION="0.1.2"
ELLE_CLI_BIN="java -jar target/elle-cli-${ELLE_CLI_VERSION}-standalone.jar"
ELLE_CLI_OPT="--model"

Expand Down

0 comments on commit 4780415

Please sign in to comment.