From 42219a1ce2bd5865c766341dd9a1704ef5afe1c9 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 4 Sep 2024 19:17:10 +0000 Subject: [PATCH] 0.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a413798..a111c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v0.1.1 (2024-09-04) + +### Fix + +* fix: ifco v08 support (#6) ([`539d503`](https://github.com/Krande/adacpp/commit/539d5037af0bdbee8ab3fcc407bb9a5e8369d14d)) + +### Unknown + +* remove hardcoded osx sysroot and deployment target ([`03aef29`](https://github.com/Krande/adacpp/commit/03aef299b4a61103a92440b1b10c9ee6625f8544)) + +* update conda build variant name ([`17a2a88`](https://github.com/Krande/adacpp/commit/17a2a88f19fc872ade4e557c2ab9636ec17a161e)) + + ## v0.1.0 (2024-01-24) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 57bb550..9e610cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "ada-cpp" -version = "0.1.0" +version = "0.1.1" authors = [ { name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" }, ]