File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ 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+ ### Changed
8+ - Upgraded org.clojure/core.cache to 1.2.263, that fixes a couple of cache-stampede issues.
9+
710## [ 0.2.2] - 2026-02-23
811### Fixed
912- Github actions yaml file syntax
Original file line number Diff line number Diff line change 44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
66 :dependencies [[org.clojure/clojure " 1.12.4" ]
7- [org.clojure/core.cache " 1.2.254 " ]
7+ [org.clojure/core.cache " 1.2.263 " ]
88 [criterium/criterium " 0.4.6" ]
99 [org.clojure/data.priority-map " 1.2.1" ]]
1010 :deploy-repositories [[" snapshots" {:url " https://clojars.org/repo"
You can’t perform that action at this time.
0 commit comments