Skip to content

Commit 427582f

Browse files
committed
Release v0.2.1
1 parent ed16ffc commit 427582f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
## [UNRELEASED]
7+
## [0.2.1] - 2026-02-23
78
### Changed
89
- Removed the unit tests with the performance comparisons with clojure/core.cache
910
- Updated Clojure version to 1.12.4
@@ -23,7 +24,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2324
## [0.1.0] - 2021-05-07
2425
- Original version forked from https://github.com/rkday/ttlcache
2526

26-
[UNRELEASED]: https://github.com/magnetcoop/buddy-auth.jwt-oidc/compare/v0.1.0..HEAD
27+
[UNRELEASED]: https://github.com/magnetcoop/buddy-auth.jwt-oidc/compare/v0.2.1..HEAD
28+
[0.2.1]: https://github.com/magnetcoop/buddy-auth.jwt-oidc/compare/v0.1.0...v0.2.1
2729
[0.2.0]: https://github.com/magnetcoop/buddy-auth.jwt-oidc/compare/v0.1.0...v0.2.0
2830
[0.1.0]: https://github.com/magnetcoop/buddy-auth.jwt-oidc/releases/tag/v0.1.0
2931

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject coop.magnet/ttlcache "0.2.0"
1+
(defproject coop.magnet/ttlcache "0.2.1"
22
:description "A variation of core.cache's TTLCache specialised for some different cases. Forked from https://github.com/rkday/ttlcache"
33
:url "https://github.com/magnetcoop/ttlcache"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)