Skip to content

Commit 1f19695

Browse files
committed
Prepare 0.25.220
1 parent aa0ef32 commit 1f19695

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to
1010
- [Calendar Versioning](https://calver.org/) with the scheme `0.YY.WW#` (with `#` being the patch version)
1111

1212
## [Unreleased]
13+
14+
15+
## [0.25.220] - 2025-05-30
1316
### Fixed
1417
- Fixed the layout of the buttons in the _Hole Wizard_, making them more consistent.
1518
- Fixed `check_freecad_version()` failing on FreeCAD versions that have an
@@ -19,5 +22,6 @@ and this project adheres to
1922
## [0.25.200] - 2025-05-15
2023
Initial release 🎉
2124

22-
[Unreleased]: https://github.com/rahix/FusedFilamentDesign/compare/v0.25.200...HEAD
25+
[Unreleased]: https://github.com/rahix/FusedFilamentDesign/compare/v0.25.220...HEAD
26+
[0.25.220]: https://github.com/rahix/FusedFilamentDesign/compare/v0.25.200...v0.25.200
2327
[0.25.200]: https://github.com/rahix/FusedFilamentDesign/releases/tag/v0.25.200

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<name>FusedFilamentDesign</name>
44
<description>PartDesign addon for FFF/FDM 3D-printing design</description>
55
<!-- We use innovative calender-derived zero-versioning. See CHANGELOG.md for more info. -->
6-
<version>0.25.200</version>
7-
<date>0.25.200</date>
6+
<version>0.25.220</version>
7+
<date>2025-05-30</date>
88
<maintainer email="freecad@rahix.de">rahix</maintainer>
99
<license file="LICENSE">LGPL-2.1-or-later</license>
1010
<url type="repository" branch="release">https://github.com/Rahix/FusedFilamentDesign</url>

0 commit comments

Comments
 (0)