Commit Diff


commit - d706138a91aa6aaabdb5195e79498448044fc567
commit + c1cf3d6509003d227dc3528a0de45385577c58f7
blob - 99f65920b4652ecd47a6c8a14e3101b469a0b057
blob + 76a60d6d479adbab3b6e45f0949ffff926fcac48
--- CHANGELOG.md
+++ CHANGELOG.md
@@ -6,15 +6,24 @@ change log follows the conventions of
 
 ## [Unreleased]
 
-[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.4...HEAD
+[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.5...HEAD
 
 ### Added
 
+### Fixed
+
+### Changed
+
+
+## [0.1.5] - 2022-12-06
+
+[0.1.5]: https://github.com/ligurio/elle-cli/compare/0.1.4...0.1.5
+
+### Added
+
 - Add a checker for comments test (#32).
 - Add a checker for sequential test (#33).
 
-### Fixed
-
 ### Changed
 
 - Knossos register model is removed. Use Elle's register instead. (#42).
blob - 9fb0974a497171237cc8b75443faae78a79a0d81
blob + 3db64ad1180c5dbba2b194ed57f06d5774830d32
--- README.md
+++ README.md
@@ -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.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
+Created /home/sergeyb/sources/ljepsen/elle-cli/target/elle-cli-0.1.5.jar
+Created /home/sergeyb/sources/ljepsen/elle-cli/target/elle-cli-0.1.5-standalone.jar
+$ java -jar target/elle-cli-0.1.5-standalone.jar --model rw-register histories/elle/rw-register.json
 histories/elle/rw-register.edn        true
 ```
 
blob - 20cb7839941f5e0e850e5310c9d457ab3a22a6dd
blob + dff6b3ea4e88d953518acc39c05d076db9711757
--- project.clj
+++ project.clj
@@ -1,4 +1,4 @@
-(defproject elle-cli "0.1.4"
+(defproject elle-cli "0.1.5"
   :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"
blob - 1a66e6dab5d6da626ff342f9272dfe98aad900bc
blob + af8fe0d49cdde6ffdc7ce5e21684a739c752265f
--- test.sh
+++ test.sh
@@ -2,7 +2,7 @@
 
 set -u
 
-ELLE_CLI_VERSION="0.1.4"
+ELLE_CLI_VERSION="0.1.5"
 ELLE_CLI_BIN="java -jar target/elle-cli-${ELLE_CLI_VERSION}-standalone.jar"
 
 suite_status=0