Skip to content

Commit c1a58f8

Browse files
committed
Release v0.2.2
1 parent 0456d18 commit c1a58f8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.2] - 2026-02-23
8+
### Fixed
9+
- Github actions yaml file syntax
10+
711
## [0.2.1] - 2026-02-23
812
### Changed
913
- Removed the unit tests with the performance comparisons with clojure/core.cache

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.1"
1+
(defproject coop.magnet/ttlcache "0.2.2"
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)