Skip to content

Commit

Permalink
Merge pull request #1809 from hannobraun/release
Browse files Browse the repository at this point in the history
Release v0.45.0
  • Loading branch information
hannobraun authored May 2, 2023
2 parents 55dec8e + dc9eca1 commit a8acb9e
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.45.0 (2023-05-02)

### End-user improvements

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

- Fix sweep docs ([#1800]; thank you, [@A-Walrus]!)

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

- Clean up and expand operations API ([#1794], [#1797])
- Clean up in-kernel services API ([#1795])
- Add missing information to error messages ([#1796])

### Internal Improvements

Improvements that are relevant to developers working on Fornjot itself.

- Fix warning; make sure warnings can't slip through CI again ([#1793])
- Update list of sponsors in README ([#1798])
- Update dependencies ([#1808])

[#1793]: https://github.com/hannobraun/Fornjot/pull/1793
[#1794]: https://github.com/hannobraun/Fornjot/pull/1794
[#1795]: https://github.com/hannobraun/Fornjot/pull/1795
[#1796]: https://github.com/hannobraun/Fornjot/pull/1796
[#1797]: https://github.com/hannobraun/Fornjot/pull/1797
[#1798]: https://github.com/hannobraun/Fornjot/pull/1798
[#1800]: https://github.com/hannobraun/Fornjot/pull/1800
[#1808]: https://github.com/hannobraun/Fornjot/pull/1808

[@A-Walrus]: https://github.com/A-Walrus


## v0.44.0 (2023-04-25)

### 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.44.0"
version = "0.45.0"
edition = "2021"

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


[workspace.dependencies.fj]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj"

[workspace.dependencies.fj-export]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj-export"

[workspace.dependencies.fj-host]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj-host"

[workspace.dependencies.fj-interop]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj-interop"

[workspace.dependencies.fj-kernel]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj-kernel"

[workspace.dependencies.fj-math]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj-math"

[workspace.dependencies.fj-operations]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj-operations"

[workspace.dependencies.fj-proc]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj-proc"

[workspace.dependencies.fj-viewer]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.44.0"
version = "0.45.0"
path = "crates/fj-window"

0 comments on commit a8acb9e

Please sign in to comment.