Skip to content

Commit

Permalink
Merge pull request #1471 from hannobraun/release
Browse files Browse the repository at this point in the history
Release v0.30.0
  • Loading branch information
hannobraun authored Jan 2, 2023
2 parents ac4fa1c + b347f0c commit 1768358
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 22 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Fornjot - Changelog

## v0.30.0 (2023-01-02)

### End-user improvements

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

None this time!

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

- Simplify `CycleBuilder` and `FaceBuilder` ([#1467])

### Internal Improvements

Improvements that are relevant to developers working on Fornjot itself.

- Update dependencies ([#1459], [#1460], [#1461], [#1462], [#1463], [#1465], [#1470])
- Upgrade to Rust 1.66.0 ([#1466])
- Replace `robust-predicates` ([#1468])
- Cross-compile to Android and iOS ([#1469])

[#1459]: https://github.com/hannobraun/Fornjot/pull/1459
[#1460]: https://github.com/hannobraun/Fornjot/pull/1460
[#1461]: https://github.com/hannobraun/Fornjot/pull/1461
[#1462]: https://github.com/hannobraun/Fornjot/pull/1462
[#1463]: https://github.com/hannobraun/Fornjot/pull/1463
[#1465]: https://github.com/hannobraun/Fornjot/pull/1465
[#1466]: https://github.com/hannobraun/Fornjot/pull/1466
[#1467]: https://github.com/hannobraun/Fornjot/pull/1467
[#1468]: https://github.com/hannobraun/Fornjot/pull/1468
[#1469]: https://github.com/hannobraun/Fornjot/pull/1469
[#1470]: https://github.com/hannobraun/Fornjot/pull/1470


## v0.29.0 (2022-12-19)

### 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.29.0"
version = "0.30.0"
edition = "2021"

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


[workspace.dependencies.fj]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj"

[workspace.dependencies.fj-export]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj-export"

[workspace.dependencies.fj-host]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj-host"

[workspace.dependencies.fj-interop]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj-interop"

[workspace.dependencies.fj-kernel]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj-kernel"

[workspace.dependencies.fj-math]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj-math"

[workspace.dependencies.fj-operations]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj-operations"

[workspace.dependencies.fj-proc]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj-proc"

[workspace.dependencies.fj-viewer]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.29.0"
version = "0.30.0"
path = "crates/fj-window"

0 comments on commit 1768358

Please sign in to comment.