From cf2e5b38382b1efcc90ac5bb2a6a8e525da4b913 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 24 Jan 2024 16:11:07 +0000 Subject: [PATCH] 0.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a413798 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,69 @@ +# CHANGELOG + + + +## v0.1.0 (2024-01-24) + +### Chore + +* chore: Update pr-review.yaml (#3) ([`704fcf8`](https://github.com/Krande/adacpp/commit/704fcf8a97bf61342ead3047c5a7f703d111600b)) + +### Feature + +* feat: New CI tooling, local dev setup and stp to glb parser (#4) ([`a2df512`](https://github.com/Krande/adacpp/commit/a2df5129f8cce0b711627a5535dbf93e720a4df5)) + +### Unknown + +* update ci tooling ([`e89631a`](https://github.com/Krande/adacpp/commit/e89631aa199fff4ededcc62dde8ed46ea0376ae0)) + +* Fix/ci conda (#1) + +* keep work dir to ensure that conda build succeeds + +* minor change in ci workflow name + +* start to work on fixing unix build + +* fix failing linux compilations + +* attempt to fix macos issues + +* try with a newer osx ci runner + +* try forcing the minimum osx version in the CMakeLists.txt file + +* set the ci runner version to 10.14 in hopes of better availability + +* try listing all available osx sdk's on runner + +* set osx sysroot in conda_build_config.yaml + +* add a extra ci file + +* try downloading the sdk explicitly + +* try downloading the sdk explicitly + +* make another attempt to fix osx by manually downloading osx sdk + +* set osx target before project definition + +* try to use pyproject.toml for all osx version tagging + +* try setting the minimum in the CMakeLists.txt + +* try setting in the pyproject.toml file + +* add extra checks in the CMakeLists.txt + +* dp not override the cxx flags in the pyproject.toml + +* try setting the args in the conda_build_config.yaml + +* override sysroot and deployment target inside CMakeLists.txt + +* bump minimum osx sdk to 10.15 + +* fix missing vector3 reference ([`e6f6112`](https://github.com/Krande/adacpp/commit/e6f6112d8422e6dc0ebd0a76f8ff9de40d742c73)) + +* initial commit ([`5764ab0`](https://github.com/Krande/adacpp/commit/5764ab06cf28f579d2b390e13647e801b2ca11c1)) diff --git a/pyproject.toml b/pyproject.toml index 49c6d98..a6014b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "ada-cpp" -version = "0.0.2" +version = "0.1.0" authors = [ { name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" }, ]