Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbase12 committed Mar 29, 2022
1 parent 8bc4831 commit 5ec17dc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ pom.xml.asc

.scannerwork/
.eastwood
code/test-reports/
31 changes: 18 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,60 @@

## Unreleased

## [2.0.6] - 2022-03-29

### Changed

- Update to parent version 6.7.8

## [2.0.5] - 2022-03-29

### Changed

- Update to parent version 6.7.7
- Update to parent version 6.7.7

## [2.0.4] - 2019-11-13

### Changed

- Update to parent version 6.7.0.
- Update to parent version 6.7.0.

## [2.0.3] - 2019-11-13

### Changed

- Fix java path for example application so that it works.
- For dynamic resolution of vars use clojure's new
requiring-resolve function, which is only available in
clojure 1.10 and later.
- Add curl to docker image to allow healthcheck: when application starts.
- Fix java path for example application so that it works.
- For dynamic resolution of vars use clojure's new requiring-resolve function,
which is only available in clojure 1.10 and later.
- Add curl to docker image to allow healthcheck: when application starts.

## [2.0.2] - 2019-07-30

### Changed

- Update to parent version 6.6.0
- Update to parent version 6.6.0

## [2.0.1] - 2019-06-28

### Changed

- Update to parent version 6.5.1 with minor dependency changes
- Update to parent version 6.5.1 with minor dependency changes

## [2.0.0] - 2019-04-29

Initial, functionally-complete release.

### Changed
### Changed

- Update parent version to 6.5.0
- Remove unused clj-time dependency
- Update parent version to 6.5.0
- Remove unused clj-time dependency

## [0.9.0] - 2019-04-17

Test release to verify the release process.

### Changed

- Update parent to version 6.3.0.
- Update parent to version 6.3.0.


2 changes: 1 addition & 1 deletion code/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def parent-version "6.7.7")
(def parent-version "6.7.8")

(defproject sixsq.nuvla.ring/code "2.0.6-SNAPSHOT"

Expand Down
1 change: 0 additions & 1 deletion code/test-reports/TEST-sixsq.nuvla.server.ring-test.xml

This file was deleted.

0 comments on commit 5ec17dc

Please sign in to comment.