Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu committed Jan 12, 2025
1 parent 4f10e39 commit 7f75e50
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.3.0] - 2025-01-12

### Added

- Add new shaft
- Add Beam AGS TSH SYM ESS
- Add Brace STR SLT SQT ERR
- Add Spacer FRE
- Add Spacer FXD
- Add Spacer BUD FRE
- Add bevel and involute gears

### Changed

- **Breaking:** Migration of beams, braces and connectors code, old parts properties values are reset.
- Refine objects' shape, still can use simple shape
- Update translations

### Fixed

- Set limits on integer properties preventing entering bad data

## [0.2.4] - 2024-11-08

### Fixed
Expand Down Expand Up @@ -64,3 +86,4 @@
[0.2.2]: https://github.com/bilbaomakers/StemfieWB/releases/tag/0.2.2
[0.2.3]: https://github.com/bilbaomakers/StemfieWB/releases/tag/0.2.3
[0.2.4]: https://github.com/bilbaomakers/StemfieWB/releases/tag/0.2.4
[0.3.0]: https://github.com/bilbaomakers/StemfieWB/releases/tag/0.3.0
2 changes: 1 addition & 1 deletion freecad/stemfie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "0.2.4"
__version__ = "0.3.0"

path = os.path.join(os.path.dirname(__file__), "resources")

Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<description>A simple workbench for generating STEMFIE system components.</description>

<version>0.2.4</version>
<version>0.3.0</version>

<date>2024-11-08</date>
<date>2025-01-12</date>

<maintainer email="[email protected]">hasecilu</maintainer>

Expand Down

0 comments on commit 7f75e50

Please sign in to comment.