Skip to content

Commit

Permalink
Merge pull request #1559 from hannobraun/release
Browse files Browse the repository at this point in the history
Release v0.35.0
  • Loading branch information
hannobraun authored Feb 6, 2023
2 parents bff475d + a167a39 commit cee5e30
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 22 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Fornjot - Changelog

## v0.35.0 (2023-02-06)

### End-user improvements

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

- Fixed status messages taking up too much space ([#1551]; thank you, [@tmayoff]!)
- Display version mismatch warning in GUI ([#1554]; thank you, [@tmayoff]!)

### 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 ([#1553])
- Lift limitation when inferring surface as plane ([#1556])
- Reuse cached curve approximation, if range is reversed ([#1557])

#### `fj-math`

- Improve projections into plane ([#1555])

### Internal Improvements

Improvements that are relevant to developers working on Fornjot itself.

- Update dependencies ([#1546], [#1547], [#1548], [#1550])
- Update list of sponsors ([#1552])
- Updated nix flake inputs ([#1558]; thank you, [@Philipp-M]!)

[#1546]: https://github.com/hannobraun/Fornjot/pull/1546
[#1547]: https://github.com/hannobraun/Fornjot/pull/1547
[#1548]: https://github.com/hannobraun/Fornjot/pull/1548
[#1550]: https://github.com/hannobraun/Fornjot/pull/1550
[#1551]: https://github.com/hannobraun/Fornjot/pull/1551
[#1552]: https://github.com/hannobraun/Fornjot/pull/1552
[#1553]: https://github.com/hannobraun/Fornjot/pull/1553
[#1554]: https://github.com/hannobraun/Fornjot/pull/1554
[#1555]: https://github.com/hannobraun/Fornjot/pull/1555
[#1556]: https://github.com/hannobraun/Fornjot/pull/1556
[#1557]: https://github.com/hannobraun/Fornjot/pull/1557
[#1558]: https://github.com/hannobraun/Fornjot/pull/1558

[@tmayoff]: https://github.com/tmayoff
[@Philipp-M]: https://github.com/Philipp-M


## v0.34.0 (2023-01-30)

### 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.34.0"
version = "0.35.0"
edition = "2021"

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


[workspace.dependencies.fj]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj"

[workspace.dependencies.fj-export]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj-export"

[workspace.dependencies.fj-host]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj-host"

[workspace.dependencies.fj-interop]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj-interop"

[workspace.dependencies.fj-kernel]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj-kernel"

[workspace.dependencies.fj-math]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj-math"

[workspace.dependencies.fj-operations]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj-operations"

[workspace.dependencies.fj-proc]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj-proc"

[workspace.dependencies.fj-viewer]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.34.0"
version = "0.35.0"
path = "crates/fj-window"

0 comments on commit cee5e30

Please sign in to comment.