diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f792e..7b2a578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/alltuner/silicate/compare/v0.1.2...v0.1.3) (2026-02-25) + + +### Features + +* beautify docs, fix code_pad_right bug, add example images ([#5](https://github.com/alltuner/silicate/issues/5)) ([256d25f](https://github.com/alltuner/silicate/commit/256d25fdffe3cf8267d40af912ecb31fa8fac5a4)) + ## [0.1.2](https://github.com/alltuner/silicate/compare/v0.1.1...v0.1.2) (2026-02-25) diff --git a/Cargo.toml b/Cargo.toml index 09d8032..e70b98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "silicate" -version = "0.1.2" +version = "0.1.3" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index 97f58a8..daa38de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "silicate" -version = "0.1.2" +version = "0.1.3" description = "Silicate — Python bindings for Silicon's renderer" readme = "README.md" license = "MIT"