Skip to content

Commit

Permalink
bump: version 0.6.1 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2024
1 parent a934d10 commit 6b88f21
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 6b88f21

Please sign in to comment.