From 8c0c32a0cbb2f63b93739fe5e0032348b489549e Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 20 Mar 2023 13:33:04 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc3ee4fd..e8bb8a96f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,65 @@ # Fornjot - Changelog +## v0.41.0 (2023-03-20) + +### End-user improvements + +Improvements to Fornjot and its documentation that are visible to end users. + +*None this week, busy working on the kernel!* + +### Ecosystem improvements + +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. + +#### `fj-kernel` + +- Require `Handle` in fewer places ([#1680]) +- Simplify some tests ([#1681]) +- Unify remaining partial objects with their full variants ([#1682], [#1683], [#1684], [#1685]) +- Add `Cycle` validation ([#1686]; thank you, [@A-Walrus]!) +- Update and fix Nix flake ([#1687], [#1690]; thank you, [@A-Walrus]!) +- Clean up builder API ([#1692], [#1693]) +- Update docs for `Solid` ([#1696]; thank you, [@A-Walrus]!) + +### Internal Improvements + +Improvements that are relevant to developers working on Fornjot itself. + +- Update dependencies ([#1669], [#1670], [#1671], [#1672], [#1673], [#1674], [#1675], [#1676], [#1677], [#1678]) +- Upgrade to Rust 1.68.0 ([#1679]) +- Allow export-validator to receive model name ([#1698]; thank you, [@A-Walrus]!) +- Update list of sponsors in README ([#1699]) + +[#1669]: https://github.com/hannobraun/Fornjot/pull/1669 +[#1670]: https://github.com/hannobraun/Fornjot/pull/1670 +[#1671]: https://github.com/hannobraun/Fornjot/pull/1671 +[#1672]: https://github.com/hannobraun/Fornjot/pull/1672 +[#1673]: https://github.com/hannobraun/Fornjot/pull/1673 +[#1674]: https://github.com/hannobraun/Fornjot/pull/1674 +[#1675]: https://github.com/hannobraun/Fornjot/pull/1675 +[#1676]: https://github.com/hannobraun/Fornjot/pull/1676 +[#1677]: https://github.com/hannobraun/Fornjot/pull/1677 +[#1678]: https://github.com/hannobraun/Fornjot/pull/1678 +[#1679]: https://github.com/hannobraun/Fornjot/pull/1679 +[#1680]: https://github.com/hannobraun/Fornjot/pull/1680 +[#1681]: https://github.com/hannobraun/Fornjot/pull/1681 +[#1682]: https://github.com/hannobraun/Fornjot/pull/1682 +[#1683]: https://github.com/hannobraun/Fornjot/pull/1683 +[#1684]: https://github.com/hannobraun/Fornjot/pull/1684 +[#1685]: https://github.com/hannobraun/Fornjot/pull/1685 +[#1686]: https://github.com/hannobraun/Fornjot/pull/1686 +[#1687]: https://github.com/hannobraun/Fornjot/pull/1687 +[#1690]: https://github.com/hannobraun/Fornjot/pull/1690 +[#1692]: https://github.com/hannobraun/Fornjot/pull/1692 +[#1693]: https://github.com/hannobraun/Fornjot/pull/1693 +[#1696]: https://github.com/hannobraun/Fornjot/pull/1696 +[#1698]: https://github.com/hannobraun/Fornjot/pull/1698 +[#1699]: https://github.com/hannobraun/Fornjot/pull/1699 + +[@A-Walrus]: https://github.com/A-Walrus + + ## v0.40.0 (2023-03-13) ### End-user improvements From 599d803265a9d39e2164bda2105ec8e7b73ea58d Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 20 Mar 2023 13:33:34 +0100 Subject: [PATCH 2/2] Update version --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7d139ad5..548b5c6b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "fj" -version = "0.40.0" +version = "0.41.0" dependencies = [ "anyhow", "fj-proc", @@ -1040,7 +1040,7 @@ dependencies = [ [[package]] name = "fj-app" -version = "0.40.0" +version = "0.41.0" dependencies = [ "anyhow", "clap", @@ -1060,7 +1060,7 @@ dependencies = [ [[package]] name = "fj-export" -version = "0.40.0" +version = "0.41.0" dependencies = [ "fj-interop", "fj-math", @@ -1071,7 +1071,7 @@ dependencies = [ [[package]] name = "fj-host" -version = "0.40.0" +version = "0.41.0" dependencies = [ "cargo_metadata", "crossbeam-channel", @@ -1087,14 +1087,14 @@ dependencies = [ [[package]] name = "fj-interop" -version = "0.40.0" +version = "0.41.0" dependencies = [ "fj-math", ] [[package]] name = "fj-kernel" -version = "0.40.0" +version = "0.41.0" dependencies = [ "anyhow", "fj-interop", @@ -1111,7 +1111,7 @@ dependencies = [ [[package]] name = "fj-math" -version = "0.40.0" +version = "0.41.0" dependencies = [ "approx 0.5.1", "decorum", @@ -1124,7 +1124,7 @@ dependencies = [ [[package]] name = "fj-operations" -version = "0.40.0" +version = "0.41.0" dependencies = [ "fj", "fj-interop", @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "fj-proc" -version = "0.40.0" +version = "0.41.0" dependencies = [ "proc-macro2", "quote", @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "fj-viewer" -version = "0.40.0" +version = "0.41.0" dependencies = [ "bytemuck", "chrono", @@ -1167,7 +1167,7 @@ dependencies = [ [[package]] name = "fj-window" -version = "0.40.0" +version = "0.41.0" dependencies = [ "crossbeam-channel", "egui-winit", diff --git a/Cargo.toml b/Cargo.toml index 8289d6c3f..edec206ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ default-members = [ [workspace.package] -version = "0.40.0" +version = "0.41.0" edition = "2021" description = """\ @@ -56,41 +56,41 @@ categories = ["encoding", "mathematics", "rendering"] [workspace.dependencies.fj] -version = "0.40.0" +version = "0.41.0" path = "crates/fj" [workspace.dependencies.fj-export] -version = "0.40.0" +version = "0.41.0" path = "crates/fj-export" [workspace.dependencies.fj-host] -version = "0.40.0" +version = "0.41.0" path = "crates/fj-host" [workspace.dependencies.fj-interop] -version = "0.40.0" +version = "0.41.0" path = "crates/fj-interop" [workspace.dependencies.fj-kernel] -version = "0.40.0" +version = "0.41.0" path = "crates/fj-kernel" [workspace.dependencies.fj-math] -version = "0.40.0" +version = "0.41.0" path = "crates/fj-math" [workspace.dependencies.fj-operations] -version = "0.40.0" +version = "0.41.0" path = "crates/fj-operations" [workspace.dependencies.fj-proc] -version = "0.40.0" +version = "0.41.0" path = "crates/fj-proc" [workspace.dependencies.fj-viewer] -version = "0.40.0" +version = "0.41.0" path = "crates/fj-viewer" [workspace.dependencies.fj-window] -version = "0.40.0" +version = "0.41.0" path = "crates/fj-window"