Skip to content

Commit

Permalink
Merge pull request #1772 from hannobraun/release
Browse files Browse the repository at this point in the history
Release v0.43.0
  • Loading branch information
hannobraun authored Apr 18, 2023
2 parents b9b8f79 + b2d6456 commit 92f0617
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 22 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Fornjot - Changelog

## v0.43.0 (2023-04-18)

### End-user improvements

Improvements to Fornjot and its documentation that are visible to end users.

- Add support for exporting `.obj` format ([#1739]; thank you, [@replicadse]!)

### 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`

- Make minor cleanups in `Solid` validation code ([#1737])
- Expand operations API; replace `HalfEdgeBuilder` ([#1738])

### Internal Improvements

Improvements that are relevant to developers working on Fornjot itself.

- Update dependencies ([#1733], [#1753], [#1760], [#1762], [#1770])
- Upgrade to latest Rust version ([#1734], [#1752])
- Replace custom code with new features from `robust` ([#1761])
- Update list of sponsors in README ([#1771])

[#1733]: https://github.com/hannobraun/Fornjot/pull/1733
[#1734]: https://github.com/hannobraun/Fornjot/pull/1734
[#1737]: https://github.com/hannobraun/Fornjot/pull/1737
[#1738]: https://github.com/hannobraun/Fornjot/pull/1738
[#1739]: https://github.com/hannobraun/Fornjot/pull/1739
[#1752]: https://github.com/hannobraun/Fornjot/pull/1752
[#1753]: https://github.com/hannobraun/Fornjot/pull/1753
[#1760]: https://github.com/hannobraun/Fornjot/pull/1760
[#1761]: https://github.com/hannobraun/Fornjot/pull/1761
[#1762]: https://github.com/hannobraun/Fornjot/pull/1762
[#1770]: https://github.com/hannobraun/Fornjot/pull/1770
[#1771]: https://github.com/hannobraun/Fornjot/pull/1771

[@replicadse]: https://github.com/replicadse


## v0.42.0 (2023-03-27)

### End-user improvements
Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ default-members = [


[workspace.package]
version = "0.42.0"
version = "0.43.0"
edition = "2021"

description = """\
Expand All @@ -56,41 +56,41 @@ categories = ["encoding", "mathematics", "rendering"]


[workspace.dependencies.fj]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj"

[workspace.dependencies.fj-export]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj-export"

[workspace.dependencies.fj-host]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj-host"

[workspace.dependencies.fj-interop]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj-interop"

[workspace.dependencies.fj-kernel]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj-kernel"

[workspace.dependencies.fj-math]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj-math"

[workspace.dependencies.fj-operations]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj-operations"

[workspace.dependencies.fj-proc]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj-proc"

[workspace.dependencies.fj-viewer]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.42.0"
version = "0.43.0"
path = "crates/fj-window"

0 comments on commit 92f0617

Please sign in to comment.