Skip to content

Commit 31db0d1

Browse files
chore(main): release cachekit 0.1.0
1 parent 1fe06ef commit 31db0d1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.1.0 (2025-12-11)
4+
5+
6+
### Features
7+
8+
* initial cachekit v0.1.0-alpha oss release ([a0800c3](https://github.com/cachekit-io/cachekit-py/commit/a0800c3869e29a9d3a3fd553ac32be3b6621e434))
9+
10+
11+
### Bug Fixes
12+
13+
* backend=None uses L1 (in-memory) cache which works everywhere. ([7ce81e2](https://github.com/cachekit-io/cachekit-py/commit/7ce81e21d667cf47f935884fdd65adafa39581ba))
14+
15+
## Changelog
16+
317
All notable changes to this project will be documented in this file.
418

519
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "cachekit"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "Production-ready Redis caching for Python with intelligent reliability features"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)