diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f725e..b15c3eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.2.10] - 2025-11-18 + +### Changed +- Make version requirement more flexible for `platformdirs` dependency, from `>=4.4` to `>=4`. + ## [0.2.9] - 2025-11-13 ### Added @@ -137,4 +142,4 @@ All notable changes to this project will be documented in this file. - Core utility functions for TabPFN - Regression prediction result handling - Data processing and serialization utilities -- Basic project structure and testing framework \ No newline at end of file +- Basic project structure and testing framework diff --git a/pyproject.toml b/pyproject.toml index 1037a98..f3380bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tabpfn-common-utils" -version = "0.2.9" +version = "0.2.10" description = "Utilities shared between TabPFN codebases" readme = "README.md" authors = [