Skip to content

Commit 25ea74b

Browse files
committed
Bump version
1 parent 364d461 commit 25ea74b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22

33
on:
4+
push:
5+
tags:
6+
- '*'
7+
48
workflow_dispatch:
59

610
jobs:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v5.0.4 - 2025-10-20
9+
### Changed
10+
- Support all platforms for Python 3.14, 3.14t and 3.13t (#34; thanks to @chirizxc)
11+
- Some improvements
12+
13+
### Internal
14+
- Bump rust dependencies
15+
816
## v5.0.3 - 2025-10-10
917
### Changed
1018
- Better support for Python 3.14

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cachebox"
3-
version = "5.0.3"
3+
version = "5.0.4"
44
edition = "2021"
55
description = "The fastest memoizing and caching Python library written in Rust"
66
readme = "README.md"

0 commit comments

Comments
 (0)