File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44The 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments