commit edade8863ee311ff842f109199d66a546a251f2f from: Sergey Bronnikov date: Tue Nov 5 14:38:00 2024 UTC Release 0.1.8 commit - bd85d3d03615bce543475e179c7acaf974863c51 commit + edade8863ee311ff842f109199d66a546a251f2f blob - 3f7ace2d12c77f29274c9c995b07cad51f065eec blob + b279f3cbe0fa7a3901c65b6083767107c39d7a8f --- 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.7...HEAD +[Unreleased]: https://github.com/ligurio/elle-cli/compare/0.1.8...HEAD +## [0.1.8] - 2024-11-05 + +[0.1.8]: https://github.com/ligurio/elle-cli/compare/0.1.7...0.1.8 + ### Added - An option `--allow-negative-balances`. blob - 9897f6cfc71c7afb4ec1c4670c6a84066fb9b17a blob + 9f4e88ca3fd5dbd1a8ef52c4846a0f6a941a6c58 --- 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.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 +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 +$ java -jar target/elle-cli-0.1.8-standalone.jar --model rw-register histories/elle/rw-register.json histories/elle/rw-register.edn true ``` blob - 2bd7df583a527f05b4b52f5aa190481db3d8e955 blob + 4729bbf86bf804e05c403a170d51b659d896100c --- elle-cli +++ elle-cli @@ -2,7 +2,7 @@ set -eu -ver="0.1.7" +ver="0.1.8" options=$* if test -z "$options"; then blob - 2958e99efb58d728d416a06b4318add1ce35cf08 blob + dc730bfede56b75148037f55b5e2605de2d8b81e --- project.clj +++ project.clj @@ -1,4 +1,4 @@ -(defproject elle-cli "0.1.7" +(defproject elle-cli "0.1.8" :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 - e26067fcd2a96118917824271c79cac74a7c0989 blob + 9cd55e837240e6094734f9f0dbd2f542f1df5955 --- test.sh +++ test.sh @@ -2,7 +2,7 @@ set -u -ELLE_CLI_VERSION="0.1.7" +ELLE_CLI_VERSION="0.1.8" ELLE_CLI_BIN="java -jar target/elle-cli-${ELLE_CLI_VERSION}-standalone.jar" suite_status=0