diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c53e9..c8d656e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Dropped support for synching of build servers in favour of [build-facts](https://github.com/cburgmer/build-facts). This feature has already been deprecated in 0.15.0. +## [0.15.1] - 2022-02-12 +### Fixed +- The jar contained superfluous files from the development setup increasing the file size. + ## [0.15.0] - 2022-01-28 ### Deprecated diff --git a/README.md b/README.md index e4d18a3..d76ef2e 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ All it needs is your build history including test results. ## Usage - $ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.15.0/buildviz-0.15.0-standalone.jar - $ java -jar buildviz-0.15.0-standalone.jar + $ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.15.1/buildviz-0.15.1-standalone.jar + $ java -jar buildviz-0.15.1-standalone.jar Now, buildviz takes in build data via `POST` to `/builds`. Some suggestions how to set it up: diff --git a/project.clj b/project.clj index bae9050..fc6a641 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject buildviz "0.15.0" +(defproject buildviz "0.15.1" :description "Transparency for your build pipeline's results and runtime." :url "https://github.com/cburgmer/buildviz" :license {:name "BSD 2-Clause"