Skip to content

Commit 75636ec

Browse files
Bring back release changes (#29)
* Fix return types and color band range (#5) * fix types and remove non-existing function * fix tests * fix color band range * increment patch number * fix range and tests * changelog * bring back function * more tests * missing include * typo * better docstrings * correctness * ws * point to pypi (#3) * Bring relevant changes to the v26 release branch (#24) * Improve examples in docs (#16) * Fix return types and color band range (#5) * fix types and remove non-existing function * fix tests * fix color band range * increment patch number * fix range and tests * changelog * bring back function * more tests * missing include * typo * better docstrings * correctness * ws * docs only publish * more examples * point to pypi (#3) * remove multi-statement lines * remove vb references * better explanation * simpler * cleanup and make sure the scripts work * Update readme.rst * remove unnecessary fallback * Add convenience message boxes and input dialogs via Win32 (#15) * progress * order * allow ok for localisation * add integration test * format * lint * fix test * working * lint * i18n * format * lint * fnish lint * review * placement * omit test coverage for win32 ui heavy class * add to changelog * fix coverage * more friendly win32 error handling * Update src/moldflow/message_box.py Co-authored-by: Sankalp Shrivastava <sankalp.adsk.github@gmail.com> --------- Co-authored-by: Sankalp Shrivastava <sankalp.adsk.github@gmail.com> * Improve MessageBox documentation (#21) * progress * order * allow ok for localisation * add integration test * format * lint * fix test * working * lint * i18n * format * lint * fnish lint * review * placement * omit test coverage for win32 ui heavy class * add to changelog * fix coverage * more friendly win32 error handling * Update src/moldflow/message_box.py Co-authored-by: Sankalp Shrivastava <sankalp.adsk.github@gmail.com> * better doc --------- Co-authored-by: Sankalp Shrivastava <sankalp.adsk.github@gmail.com> * bump version * update changelog --------- Co-authored-by: Sankalp Shrivastava <sankalp.adsk.github@gmail.com> * Fix readme links on pypi release 26 (#28) * Fix links in README (#27) * fix links * changelog * new pypi deployment * put version backl --------- Co-authored-by: Sankalp Shrivastava <sankalp.adsk.github@gmail.com>
1 parent 16e6e02 commit 75636ec

1 file changed

Lines changed: 44 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Added convenience class for showing message boxes and text input dialogs via Win32
11+
- N/A
12+
13+
### Changed
14+
- N/A
15+
16+
### Deprecated
17+
- N/A
18+
19+
### Removed
20+
- N/A
21+
22+
### Fixed
23+
- N/A
24+
25+
### Security
26+
- N/A
27+
28+
## [26.0.3]
29+
30+
### Added
31+
- N/A
32+
33+
### Changed
34+
- N/A
35+
36+
### Deprecated
37+
- N/A
38+
39+
### Removed
40+
- N/A
41+
42+
### Fixed
1243
- Fixed README links
1344

45+
### Security
46+
- N/A
47+
48+
## [26.0.2] - 2025-10-10
49+
50+
### Added
51+
- Added convenience class for showing message boxes and text input dialogs via Win32
52+
- Add more examples in the documentation
53+
1454
### Changed
1555
- N/A
1656

@@ -53,6 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5393
- Initial version aligned with Moldflow Synergy 2026.0.1
5494
- Python 3.10-3.13 compatibility
5595

56-
[Unreleased]: https://github.com/Autodesk/moldflow-api/compare/v26.0.1...HEAD
96+
[Unreleased]: https://github.com/Autodesk/moldflow-api/compare/v26.0.3...HEAD
97+
[26.0.3]: https://github.com/Autodesk/moldflow-api/releases/tag/v26.0.3
98+
[26.0.2]: https://github.com/Autodesk/moldflow-api/releases/tag/v26.0.2
5799
[26.0.1]: https://github.com/Autodesk/moldflow-api/releases/tag/v26.0.1
58100
[26.0.0]: https://github.com/Autodesk/moldflow-api/releases/tag/v26.0.0

0 commit comments

Comments
 (0)