|
1 | 1 | # Fornjot - Changelog
|
2 | 2 |
|
| 3 | +## v0.44.0 (2023-04-25) |
| 4 | + |
| 5 | +### End-user improvements |
| 6 | + |
| 7 | +Improvements to Fornjot and its documentation that are visible to end users. |
| 8 | + |
| 9 | +*None this week. Busy working on the kernel!* |
| 10 | + |
| 11 | +### Ecosystem improvements |
| 12 | + |
| 13 | +Improvements to Fornjot components that are relevant to developers building on top of those. These have an indirect effect on end users, through fixed bugs and improved robustness. |
| 14 | + |
| 15 | +#### `fj-kernel` |
| 16 | + |
| 17 | +- Clean up `Solid` validation code ([#1774]) |
| 18 | +- Update and expand operations API ([#1775], [#1776], [#1777], [#1778], [#1779], [#1783]) |
| 19 | +- Add some useful methods to `Cycle` ([#1780]) |
| 20 | + |
| 21 | +### Internal Improvements |
| 22 | + |
| 23 | +Improvements that are relevant to developers working on Fornjot itself. |
| 24 | + |
| 25 | +- Update dependencies ([#1773], [#1790]; thank you, [@dzvon]!) |
| 26 | +- Turn `pretty_assertions` into a `dev` dependency ([#1781]; thank you, [@therealprof]!) |
| 27 | +- Upgrade to Rust 1.69.0 ([#1782]) |
| 28 | + |
| 29 | +[#1773]: https://github.com/hannobraun/Fornjot/pull/1773 |
| 30 | +[#1774]: https://github.com/hannobraun/Fornjot/pull/1774 |
| 31 | +[#1775]: https://github.com/hannobraun/Fornjot/pull/1775 |
| 32 | +[#1776]: https://github.com/hannobraun/Fornjot/pull/1776 |
| 33 | +[#1777]: https://github.com/hannobraun/Fornjot/pull/1777 |
| 34 | +[#1778]: https://github.com/hannobraun/Fornjot/pull/1778 |
| 35 | +[#1779]: https://github.com/hannobraun/Fornjot/pull/1779 |
| 36 | +[#1780]: https://github.com/hannobraun/Fornjot/pull/1780 |
| 37 | +[#1781]: https://github.com/hannobraun/Fornjot/pull/1781 |
| 38 | +[#1782]: https://github.com/hannobraun/Fornjot/pull/1782 |
| 39 | +[#1783]: https://github.com/hannobraun/Fornjot/pull/1783 |
| 40 | +[#1790]: https://github.com/hannobraun/Fornjot/pull/1790 |
| 41 | + |
| 42 | +[@dzvon]: https://github.com/dzvon |
| 43 | +[@therealprof]: https://github.com/therealprof |
| 44 | + |
| 45 | + |
3 | 46 | ## v0.43.0 (2023-04-18)
|
4 | 47 |
|
5 | 48 | ### End-user improvements
|
|
0 commit comments