Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Jun 30, 2022
1 parent f6eb16f commit 1e67bcd
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.3...HEAD
[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.4...HEAD

### Added

### Fixed

### Changed

## [0.1.4] - 2022-06-30

[0.1.4]: https://github.com/ligurio/elle-cli/compare/0.1.3...0.1.4

### Fixed

- Fix setting of headless mode (#50).
- Fix exit code when history is not valid (#53).

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.3.jar
Created /home/sergeyb/sources/ljepsen/elle-cli/target/elle-cli-0.1.3-standalone.jar
$ java -jar target/elle-cli-0.1.3-standalone.jar --model rw-register histories/elle/rw-register.json
Created /home/sergeyb/sources/ljepsen/elle-cli/target/elle-cli-0.1.4.jar
Created /home/sergeyb/sources/ljepsen/elle-cli/target/elle-cli-0.1.4-standalone.jar
$ java -jar target/elle-cli-0.1.4-standalone.jar --model 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.3"
(defproject elle-cli "0.1.4"
: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 -u

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

suite_status=0
Expand Down

0 comments on commit 1e67bcd

Please sign in to comment.