We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0456d18 commit c1a58f8Copy full SHA for c1a58f8
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
6
## [UNRELEASED]
7
+## [0.2.2] - 2026-02-23
8
+### Fixed
9
+- Github actions yaml file syntax
10
+
11
## [0.2.1] - 2026-02-23
12
### Changed
13
- Removed the unit tests with the performance comparisons with clojure/core.cache
project.clj
@@ -1,4 +1,4 @@
1
-(defproject coop.magnet/ttlcache "0.2.1"
+(defproject coop.magnet/ttlcache "0.2.2"
2
:description "A variation of core.cache's TTLCache specialised for some different cases. Forked from https://github.com/rkday/ttlcache"
3
:url "https://github.com/magnetcoop/ttlcache"
:license {:name "Eclipse Public License"
0 commit comments