From 8771c992693a5d1bc75033eab203cd20a057656c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:30:02 +0000 Subject: [PATCH] chore(master): release 0.2.0 --- .release-please-manifest.json | 2 +- LoopProjectFile/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 LoopProjectFile/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bfcd049..2ab757e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "LoopProjectFile": "0.1.4" + "LoopProjectFile": "0.2.0" } \ No newline at end of file diff --git a/LoopProjectFile/CHANGELOG.md b/LoopProjectFile/CHANGELOG.md new file mode 100644 index 0000000..7ae31df --- /dev/null +++ b/LoopProjectFile/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +## [0.2.0](https://github.com/Loop3D/LoopProjectFile/compare/0.1.4...v0.2.0) (2024-12-13) + + +### Features + +* empty commit for version bump ([9169d86](https://github.com/Loop3D/LoopProjectFile/commit/9169d865763e66e9cbd4faa18c2e6a4f2c1ae773)) + + +### Bug Fixes + +* adding new table to LPF for thickness calculators ([2ba0e1b](https://github.com/Loop3D/LoopProjectFile/commit/2ba0e1bf8f08eebcf1e5df60eec218059573050c)) +* adding new table to LPF for thickness calculators ([c3ffe25](https://github.com/Loop3D/LoopProjectFile/commit/c3ffe259ddc177a4e3d884243c107d7af2f5f5ff)) +* disable 401 for init file. ([8b096ce](https://github.com/Loop3D/LoopProjectFile/commit/8b096ce8b9c2381a2a83e3d95f751e7b5b13fcc8)) +* ignore 401 in init ([ee19080](https://github.com/Loop3D/LoopProjectFile/commit/ee1908015588d1585dbdbe9accc907d4f3118f14)) +* initial commit to add list of thickness calculators as a field in the LPF ([6262403](https://github.com/Loop3D/LoopProjectFile/commit/6262403ce8201dccc26b3621c5c4378a8c5bed84)) +* linting ([7ed0a98](https://github.com/Loop3D/LoopProjectFile/commit/7ed0a98c1f45940083c3aa982740b0093f540827)) +* linting in init ([785b0cc](https://github.com/Loop3D/LoopProjectFile/commit/785b0cc632bd24bf03996cd575bf4e229ddd18c7)) +* not 5, but one list only. ([cd8ac5a](https://github.com/Loop3D/LoopProjectFile/commit/cd8ac5aa8c35a011fdf8377c49c51127da9c28a2)) +* small changes to comply with ruff linting ([9ca31de](https://github.com/Loop3D/LoopProjectFile/commit/9ca31de41ac86ecb810ee9472bec733a443f5d6c)) +* stratLog index wasn't showing all data ([4733010](https://github.com/Loop3D/LoopProjectFile/commit/47330107ed918c209b74dd3743ecccde5e4e4f4c)) +* upd getter method for StratiLog ([865703c](https://github.com/Loop3D/LoopProjectFile/commit/865703c21a4c8838790ebe39506726d8642c19cd)) +* update ls thickness flag ([6c1fd21](https://github.com/Loop3D/LoopProjectFile/commit/6c1fd21770e52403d1869e2ed67eb131fe00a068)) +* update the getter ([a6596f9](https://github.com/Loop3D/LoopProjectFile/commit/a6596f99211a6e5ec30e1773943930632f4411c0)) +* update thicknessCalculatorType ([57edb07](https://github.com/Loop3D/LoopProjectFile/commit/57edb0760ce5193d579d02e056580c16be3965bd)) + + +### Miscellaneous Chores + +* release 0.2.0 ([c751e57](https://github.com/Loop3D/LoopProjectFile/commit/c751e578f383e3ceded7c9e5808706b7716e065b))