From 58687c25eae085f59bf1e37d135276028e6bed80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 May 2024 21:16:46 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..77adeb3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,85 @@ +## v1.1.2 (2024-05-28) + +### Fix + +- release next ci +- link python3 +- link python3 +- link python3 +- link python3 +- link python3 +- link python3 +- link python3 +- link python3 +- link python3 +- conventions for MSBuild +- unused find_package + +## v1.1.1 (2024-03-22) + +### Fix + +- typing for older python versions + +## v1.1.0 (2024-03-22) + +### Feat + +- Introduce conversion utilities + +## v1.0.3 (2024-03-20) + +### Fix + +- add a header message + +## v1.0.2 (2024-03-17) + +### Fix + +- trigger a build + +## v1.0.1 (2024-03-17) + +### Fix + +- cleaner function signature serializeStl -> serialize +- benchmark 1st operation for each lib is slower +- Add meshio to the benchmark + +## v1.0.0 (2024-03-16) + +### Feat + +- introduce a python binding + +### Fix + +- improve performances +- added trove classifiers +- fix workflow +- fix workflow +- fix workflow +- fix workflow +- fix workflow +- fix workflow +- fix workflow +- fix workflow +- make a test job +- set timeout-minutes: 30 +- trigger cz update +- simplify read write ops +- fix long_description to readme.md +- warnings +- set long_description to readme.md +- fit github actions +- fit github actions +- fit github actions +- fit github actions +- fit github actions +- fit github actions +- remove "vertices" attribute +- faster deserializing using packed Triangle +- remove reinterpret_cast<> +- binary serializing / deserializing needs attribute Byte Count +- remove testing report diff --git a/pyproject.toml b/pyproject.toml index 568977b..4b8722f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.1.1" +version = "1.1.2" tag_format = "v$version" [tool.cibuildwheel]