Skip to content

Commit

Permalink
Release 1.90.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jitlogic committed Sep 23, 2018
1 parent 4613de3 commit 24fb918
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGES.md
@@ -1,6 +1,20 @@
ZICO 1.90.3 (2018-08-01)
ZICO 1.90.4 (2018-09-24)
------------------------

* collapsible trace tree view;
* internal refactorings
* UI code cleanups and refactorings;
* config views: proper form validation;
* refactor: split form code from widgets;
* server error handling and display;
* trace method call stats view;


ZICO 1.90.3 (2018-08-16)
------------------------

* distributed trace tree view;
* usable defaults (`java -jar zico.jar` now works);


ZICO 1.90.2 (2018-06-14)
Expand Down
1 change: 1 addition & 0 deletions dist/build.sh
Expand Up @@ -16,5 +16,6 @@ mkdir $ZN
mv zico.jar $ZN/
cp ../dist/* $ZN/
rm $ZN/build.sh
cp ../COPYING ../CHANGES.md $ZN/

zip -r $ZN.zip $ZN
4 changes: 2 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject zico "1.90.4-SNAPSHOT"
(defproject zico "1.90.4"
:description "Trace data collection and data presentation."
:url "http://zorka.io"
:license {:name "GPL v3"}
Expand All @@ -7,7 +7,7 @@
[org.clojure/data.json "0.2.6"]
[org.clojure/core.async "0.3.465"]

[io.zorka/zorka-tdb "1.90.4-SNAPSHOT"]
[io.zorka/zorka-tdb "1.90.4"]

[http-kit "2.2.0"]

Expand Down

0 comments on commit 24fb918

Please sign in to comment.