diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f2c49..596d683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/runpod/tetra-rp/compare/v0.9.0...v0.10.0) (2025-08-07) + + +### Features + +* Add idempotent network volume deployment ([#79](https://github.com/runpod/tetra-rp/issues/79)) ([289d333](https://github.com/runpod/tetra-rp/commit/289d333aaaf48e00bfdad2a5f6356bdfc6bcf286)) + ## [0.9.0](https://github.com/runpod/tetra-rp/compare/v0.8.0...v0.9.0) (2025-08-04) diff --git a/pyproject.toml b/pyproject.toml index 9ae0fa6..c19a1bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tetra_rp" -version = "0.9.0" +version = "0.10.0" description = "A Python library for distributed inference and serving of machine learning models" authors = [ { name = "Marut Pandya", email = "pandyamarut@gmail.com" },