Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Jun 23, 2024
1 parent fd98ccd commit 7866700
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.7.1] - 2024-06-23

### Changed

- Bump up commons-compress to 1.26.2. [#8](https://github.com/totakke/cavia/pull/8)
- Because of CVE-2024-25710 and CVE-2024-26308.
- Update clojure to 1.11.3.
- Because of CVE-2024-22871.

## [0.7.0] - 2024-02-12

### Changed
Expand Down Expand Up @@ -207,7 +216,8 @@

First release.

[Unreleased]: https://github.com/totakke/cavia/compare/0.7.0...HEAD
[Unreleased]: https://github.com/totakke/cavia/compare/0.7.1...HEAD
[0.7.1]: https://github.com/totakke/cavia/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/totakke/cavia/compare/0.6.2...0.7.0
[0.6.2]: https://github.com/totakke/cavia/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/totakke/cavia/compare/0.6.0...0.6.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ io.github.totakke/cavia {:git/tag "v0.7.0_1" :git/sha "9dd80e7"}
Clojure CLI/deps.edn (as Maven):

```clojure
cavia/cavia {:mvn/version "0.7.0"}
cavia/cavia {:mvn/version "0.7.1"}
```

Leiningen/Boot:

```clojure
[cavia "0.7.0"]
[cavia "0.7.1"]
```

## Basic usage
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 cavia "0.7.0"
(defproject cavia "0.7.1"
:description "Remote resource management for Clojure projects"
:url "https://github.com/totakke/cavia"
:license {:name "The MIT License"
Expand Down

0 comments on commit 7866700

Please sign in to comment.