Commit Diff


commit - 49d7514fc9cedcfafad3f12544e9ca54dcd323b5
commit + 6d4afc4c5f794e8cb038bb33de465f66cb21f3a4
blob - 0dc9cd2e7ffa1c197b37b12a34fe61b367b88883
blob + b53bb89a57da4d51f0edee67fe611eef02dcd95c
--- CHANGELOG.md
+++ CHANGELOG.md
@@ -6,8 +6,12 @@ change log follows the conventions of
 
 ## [Unreleased]
 
-[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.8...HEAD
+[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.9...HEAD
 
+## [0.1.9] - 2025-08-27
+
+[0.1.9]: https://github.com/ligurio/elle-cli/compare/0.1.8...0.1.9
+
 ### Changed
 
 - Bump Elle version to 0.2.4.
blob - 653cf2c95a007164c4d599c5a185ee962bba979f
blob + aa2511acd7d3f6917dd68b8133228c865a62b46c
--- README.md
+++ README.md
@@ -44,8 +44,8 @@ $ cd elle-cli
 $ lein deps
 $ lein uberjar
 Compiling elle_cli.cli
-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
+Created /home/sergeyb/sources/elle-cli/target/elle-cli-0.1.9.jar
+Created /home/sergeyb/sources/elle-cli/target/elle-cli-0.1.9-standalone.jar
 $ java -jar target/elle-cli-0.1.8-standalone.jar --model rw-register histories/elle/rw-register.json
 histories/elle/rw-register.json       true
 ```
blob - 4729bbf86bf804e05c403a170d51b659d896100c
blob + ec3217dd9daa1eeefeb064fa0e789311ef5706c2
--- elle-cli
+++ elle-cli
@@ -2,7 +2,7 @@
 
 set -eu
 
-ver="0.1.8"
+ver="0.1.9"
 
 options=$*
 if test -z "$options"; then
blob - f19ea1cc7602b3c3a8f4d18c104e54c3778ad4f4
blob + 68f6fb2f104880cd7bc0a470b7e950a7395c30ab
--- project.clj
+++ project.clj
@@ -1,4 +1,4 @@
-(defproject elle-cli "0.1.8"
+(defproject elle-cli "0.1.9"
   :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 - 9cd55e837240e6094734f9f0dbd2f542f1df5955
blob + 43170c6b0ee6e0d9ba5844940781f9c6b2617c7c
--- test.sh
+++ test.sh
@@ -2,7 +2,7 @@
 
 set -u
 
-ELLE_CLI_VERSION="0.1.8"
+ELLE_CLI_VERSION="0.1.9"
 ELLE_CLI_BIN="java -jar target/elle-cli-${ELLE_CLI_VERSION}-standalone.jar"
 
 suite_status=0