Skip to content

Commit

Permalink
Merge pull request #1532 from hannobraun/release
Browse files Browse the repository at this point in the history
Release v0.33.0
  • Loading branch information
hannobraun authored Jan 23, 2023
2 parents 0ef8afc + 2ba8ec4 commit 7b296ca
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 22 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Fornjot - Changelog

## v0.33.0 (2023-01-23)

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

- Improve validation error message ([#1518])
- Add `FaceBuilder::infer_curves` ([#1520])
- Simplify object graph around `HalfEdge` ([#1521], [#1522], [#1524], [#1526], [#1527])

#### `fj-math`

- Fix `Plane::project_vector` ([#1523])

### Internal Improvements

Improvements that are relevant to developers working on Fornjot itself.

- Update dependencies ([#1512], [#1517])

[#1512]: https://github.com/hannobraun/Fornjot/pull/1512
[#1517]: https://github.com/hannobraun/Fornjot/pull/1517
[#1518]: https://github.com/hannobraun/Fornjot/pull/1518
[#1520]: https://github.com/hannobraun/Fornjot/pull/1520
[#1521]: https://github.com/hannobraun/Fornjot/pull/1521
[#1522]: https://github.com/hannobraun/Fornjot/pull/1522
[#1523]: https://github.com/hannobraun/Fornjot/pull/1523
[#1524]: https://github.com/hannobraun/Fornjot/pull/1524
[#1526]: https://github.com/hannobraun/Fornjot/pull/1526
[#1527]: https://github.com/hannobraun/Fornjot/pull/1527


## v0.32.0 (2023-01-16)

### 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.32.0"
version = "0.33.0"
edition = "2021"

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


[workspace.dependencies.fj]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj"

[workspace.dependencies.fj-export]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj-export"

[workspace.dependencies.fj-host]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj-host"

[workspace.dependencies.fj-interop]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj-interop"

[workspace.dependencies.fj-kernel]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj-kernel"

[workspace.dependencies.fj-math]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj-math"

[workspace.dependencies.fj-operations]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj-operations"

[workspace.dependencies.fj-proc]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj-proc"

[workspace.dependencies.fj-viewer]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.32.0"
version = "0.33.0"
path = "crates/fj-window"

0 comments on commit 7b296ca

Please sign in to comment.