Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
awolverp committed Jan 18, 2025
1 parent 04f5632 commit 884f2c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.4.2 - 2024-12-19
### Updated
- Update `pyo3` to v0.23.4
- Remove `Box` layout from Rust code

## 4.4.1 - 2024-12-19
### Updated
- Update `pyo3` to v.0.23.3

## 4.4.0 - 2024-11-28
### Added
- New `copy_level` parameter added to `cachedmethod` and `cached`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cachebox"
version = "4.4.1"
version = "4.4.2"
edition = "2021"
description = "The fastest memoizing and caching Python library written in Rust"
readme = "README.md"
Expand Down

0 comments on commit 884f2c9

Please sign in to comment.