|
1 | 1 | # Fornjot - Changelog
|
2 | 2 |
|
| 3 | +## v0.41.0 (2023-03-20) |
| 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 | +- Require `Handle<HalfEdge>` in fewer places ([#1680]) |
| 18 | +- Simplify some tests ([#1681]) |
| 19 | +- Unify remaining partial objects with their full variants ([#1682], [#1683], [#1684], [#1685]) |
| 20 | +- Add `Cycle` validation ([#1686]; thank you, [@A-Walrus]!) |
| 21 | +- Update and fix Nix flake ([#1687], [#1690]; thank you, [@A-Walrus]!) |
| 22 | +- Clean up builder API ([#1692], [#1693]) |
| 23 | +- Update docs for `Solid` ([#1696]; thank you, [@A-Walrus]!) |
| 24 | + |
| 25 | +### Internal Improvements |
| 26 | + |
| 27 | +Improvements that are relevant to developers working on Fornjot itself. |
| 28 | + |
| 29 | +- Update dependencies ([#1669], [#1670], [#1671], [#1672], [#1673], [#1674], [#1675], [#1676], [#1677], [#1678]) |
| 30 | +- Upgrade to Rust 1.68.0 ([#1679]) |
| 31 | +- Allow export-validator to receive model name ([#1698]; thank you, [@A-Walrus]!) |
| 32 | +- Update list of sponsors in README ([#1699]) |
| 33 | + |
| 34 | +[#1669]: https://github.com/hannobraun/Fornjot/pull/1669 |
| 35 | +[#1670]: https://github.com/hannobraun/Fornjot/pull/1670 |
| 36 | +[#1671]: https://github.com/hannobraun/Fornjot/pull/1671 |
| 37 | +[#1672]: https://github.com/hannobraun/Fornjot/pull/1672 |
| 38 | +[#1673]: https://github.com/hannobraun/Fornjot/pull/1673 |
| 39 | +[#1674]: https://github.com/hannobraun/Fornjot/pull/1674 |
| 40 | +[#1675]: https://github.com/hannobraun/Fornjot/pull/1675 |
| 41 | +[#1676]: https://github.com/hannobraun/Fornjot/pull/1676 |
| 42 | +[#1677]: https://github.com/hannobraun/Fornjot/pull/1677 |
| 43 | +[#1678]: https://github.com/hannobraun/Fornjot/pull/1678 |
| 44 | +[#1679]: https://github.com/hannobraun/Fornjot/pull/1679 |
| 45 | +[#1680]: https://github.com/hannobraun/Fornjot/pull/1680 |
| 46 | +[#1681]: https://github.com/hannobraun/Fornjot/pull/1681 |
| 47 | +[#1682]: https://github.com/hannobraun/Fornjot/pull/1682 |
| 48 | +[#1683]: https://github.com/hannobraun/Fornjot/pull/1683 |
| 49 | +[#1684]: https://github.com/hannobraun/Fornjot/pull/1684 |
| 50 | +[#1685]: https://github.com/hannobraun/Fornjot/pull/1685 |
| 51 | +[#1686]: https://github.com/hannobraun/Fornjot/pull/1686 |
| 52 | +[#1687]: https://github.com/hannobraun/Fornjot/pull/1687 |
| 53 | +[#1690]: https://github.com/hannobraun/Fornjot/pull/1690 |
| 54 | +[#1692]: https://github.com/hannobraun/Fornjot/pull/1692 |
| 55 | +[#1693]: https://github.com/hannobraun/Fornjot/pull/1693 |
| 56 | +[#1696]: https://github.com/hannobraun/Fornjot/pull/1696 |
| 57 | +[#1698]: https://github.com/hannobraun/Fornjot/pull/1698 |
| 58 | +[#1699]: https://github.com/hannobraun/Fornjot/pull/1699 |
| 59 | + |
| 60 | +[@A-Walrus]: https://github.com/A-Walrus |
| 61 | + |
| 62 | + |
3 | 63 | ## v0.40.0 (2023-03-13)
|
4 | 64 |
|
5 | 65 | ### End-user improvements
|
|
0 commit comments