Skip to content

Commit 0788cb4

Browse files
committed
Release v0.7.2
1 parent f50926d commit 0788cb4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.2] - 2025-02-21
11+
1012
### Added
1113

1214
- Add an arity for getting a single resource. [ca2f078](https://github.com/totakke/cavia/commit/ca2f078)
@@ -236,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
236238

237239
First release.
238240

239-
[Unreleased]: https://github.com/totakke/cavia/compare/v0.7.1...HEAD
241+
[Unreleased]: https://github.com/totakke/cavia/compare/v0.7.2...HEAD
242+
[0.7.2]: https://github.com/totakke/cavia/compare/v0.7.1...v0.7.2
240243
[0.7.1]: https://github.com/totakke/cavia/compare/v0.7.0...v0.7.1
241244
[0.7.0]: https://github.com/totakke/cavia/compare/0.6.2...v0.7.0
242245
[0.6.2]: https://github.com/totakke/cavia/compare/0.6.1...0.6.2

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject cavia "0.7.2-SNAPSHOT"
1+
(defproject cavia "0.7.2"
22
:description "Remote resource management for Clojure projects"
33
:url "https://github.com/totakke/cavia"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)