diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d84e5..79f792e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/alltuner/silicate/compare/v0.1.1...v0.1.2) (2026-02-25) + + +### Bug Fixes + +* CI wheel builds and docs sidebar ([#3](https://github.com/alltuner/silicate/issues/3)) ([c7d34ec](https://github.com/alltuner/silicate/commit/c7d34ec28b21e5a8475361217ed4ab1dd358b407)) + ## [0.1.1](https://github.com/alltuner/silicate/compare/v0.1.0...v0.1.1) (2026-02-25) diff --git a/Cargo.toml b/Cargo.toml index 99f5876..09d8032 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "silicate" -version = "0.1.1" +version = "0.1.2" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index e6679dd..be4c422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "silicate" -version = "0.1.1" +version = "0.1.2" description = "Silicate — Python bindings for Silicon's renderer" readme = "README.md" license = "MIT"