From aa5fc94458beb05dfbb87b08a4956049c3591329 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:51:02 +0000 Subject: [PATCH] chore(main): release 0.1.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..88f7c73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2a578..5389586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/alltuner/silicate/compare/v0.1.3...v0.1.4) (2026-03-02) + + +### Miscellaneous Chores + +* **deps:** update github artifact actions ([#9](https://github.com/alltuner/silicate/issues/9)) ([072926e](https://github.com/alltuner/silicate/commit/072926e3479d088616801a8aef6c45c9f733ff3f)) + ## [0.1.3](https://github.com/alltuner/silicate/compare/v0.1.2...v0.1.3) (2026-02-25) diff --git a/Cargo.toml b/Cargo.toml index e70b98f..18d10cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "silicate" -version = "0.1.3" +version = "0.1.4" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index daa38de..55c3df0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "silicate" -version = "0.1.3" +version = "0.1.4" description = "Silicate — Python bindings for Silicon's renderer" readme = "README.md" license = "MIT"