Skip to content

Commit

Permalink
Merge pull request #1511 from hannobraun/release
Browse files Browse the repository at this point in the history
Release v0.32.0
  • Loading branch information
hannobraun authored Jan 16, 2023
2 parents 98d9c00 + f301f6e commit ef571cb
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 22 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Fornjot - Changelog

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

### End-user improvements

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

- Fix app crashing, if it is minimized too long ([#1504])

### 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 builder API ([#1495], [#1501], [#1502], [#1509], [#1510])
- Don't stop on first validation error ([#1505])

### Internal Improvements

Improvements that are relevant to developers working on Fornjot itself.

- Update dependencies ([#1490], [#1491], [#1492], [#1494])
- Fix rust-analyzer configuration in VS Code ([#1497])
- Upgrade to Rust 1.66.1 ([#1500])
- Box large error variants ([#1506]; thank you, [@zthompson47]!)

[#1490]: https://github.com/hannobraun/Fornjot/pull/1490
[#1491]: https://github.com/hannobraun/Fornjot/pull/1491
[#1492]: https://github.com/hannobraun/Fornjot/pull/1492
[#1494]: https://github.com/hannobraun/Fornjot/pull/1494
[#1495]: https://github.com/hannobraun/Fornjot/pull/1495
[#1497]: https://github.com/hannobraun/Fornjot/pull/1497
[#1500]: https://github.com/hannobraun/Fornjot/pull/1500
[#1501]: https://github.com/hannobraun/Fornjot/pull/1501
[#1502]: https://github.com/hannobraun/Fornjot/pull/1502
[#1504]: https://github.com/hannobraun/Fornjot/pull/1504
[#1505]: https://github.com/hannobraun/Fornjot/pull/1505
[#1506]: https://github.com/hannobraun/Fornjot/pull/1506
[#1509]: https://github.com/hannobraun/Fornjot/pull/1509
[#1510]: https://github.com/hannobraun/Fornjot/pull/1510

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


## v0.31.0 (2023-01-09)

### 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.31.0"
version = "0.32.0"
edition = "2021"

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


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

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

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

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

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

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

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

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

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

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

0 comments on commit ef571cb

Please sign in to comment.