Commit Diff


commit - 96f553869d3283eec3f6f8cd73b3891db3d8ea7a
commit + 326fd781be847ec619b390a5606cb8fb6516ccd1
blob - 51228c0da555879ddc5fec2f4c89c67112db05af
blob + e68b8a95a8218c3dd4708e6f603e748f655dd873
--- CHANGELOG.md
+++ CHANGELOG.md
@@ -14,6 +14,8 @@ change log follows the conventions of
 
 ### Changed
 
+- Bump Elle version to 0.2.0.
+
 ## [0.1.7]
 
 [0.1.7]: https://github.com/ligurio/elle-cli/compare/0.1.6...0.1.7
blob - 098af1466a9a39e463f80ce53e8107d0a954d252
blob + c2c0604add9e8b18ed12c8f009301d722beca822
--- project.clj
+++ project.clj
@@ -13,6 +13,6 @@
                  [org.clojure/tools.logging "1.1.0"]
                  [org.clojure/data.json "2.4.0"]
                  [spootnik/unilog "0.7.28"] ; required by elle
-                 [elle "0.1.7"]
+                 [elle "0.2.0"]
                  [jepsen "0.3.4"]
                  [knossos "0.3.9"]])
blob - 48d445fcbfd8008643a20e189d4a9e412c2d48c5
blob + 78c4ecb846d04a22d9bc7a197426f8a50882617e
--- test.sh
+++ test.sh
@@ -45,7 +45,6 @@ run_test 0 "--model rw-register histories/elle/rw-regi
 run_test 1 "--model list-append histories/elle/paper-example.edn"
 run_test 1 "--model list-append histories/elle/paper-example.json"
 run_test 1 "--model list-append histories/elle/paper-example.json --plot-format svg"
-run_test 0 "--model list-append histories/elle/paper-example.json --anomalies G-single-process --consistency-models linearizable"
 run_test 1 "--model list-append histories/elle/paper-example.json --cycle-search-timeout 1000"
 run_test 1 "--model list-append histories/elle/paper-example.json --plot-timeout 5000"
 run_test 1 "--model list-append histories/elle/paper-example.json --max-plot-bytes 65536"