diff --git a/CHANGELOG.md b/CHANGELOG.md index d67cda6..deae7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v0.7.0 (2024-08-25) + +### Feat + +- **Vehicle**: use component name with prefix for stl file naming +- **Line**: implement __add__ method to offset with Vector3 + +### Fix + +- **to_stl**: disable pymeshfix cleaning of stl +- **ParametricD21**: geometry construction +- **X43**: updated to add wing back, fins still not working correctly +- **HTV**: update to generate both fins +- **ParametricReFEX**: definition of swepth fuselage component +- **Vector3**: order of operations transforming local +- **ParametricFinner**: update to new swept component definition +- **ParametricWedge**: update to new swept component definition +- **hangar**: added missing vehicles to hangar namespace import +- **geometry**: added missing path and vector methods + ## v0.6.1 (2024-07-04) ### Fix diff --git a/pyproject.toml b/pyproject.toml index cfde3f9..cb6babe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hypervehicle" -version = "0.6.1" +version = "0.7.0" authors = [ { name="Kieran Mackle", email="kemackle98@gmail.com" }, ] @@ -45,7 +45,7 @@ dev = [ [tool.commitizen] name = "cz_conventional_commits" -version = "0.6.1" +version = "0.7.0" tag_format = "v$version" version_provider = "pep621" version_files = [