Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Feb 12, 2022
1 parent d78994b commit 68a0840
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 68a0840

Please sign in to comment.