Skip to content

Commit

Permalink
Merge pull request #1621 from hannobraun/release
Browse files Browse the repository at this point in the history
Release v0.38.0
  • Loading branch information
hannobraun authored Feb 27, 2023
2 parents 8bd5e99 + e36154d commit 043ce34
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 22 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Fornjot - Changelog

## v0.38.0 (2023-02-27)

### End-user improvements

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

- Fix `cargo install fj-app` ([#1606])

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

- Consolidate redundant references to `Surface` ([#1604])
- Simplify object graph by removing `Curve`/`GlobalCurve` ([#1607], [#1610], [#1614], [#1615], [#1616])
- Update documentation on edges ([#1609])
- Rename `SurfacePath` to `Curve` ([#1617])

### Internal Improvements

Improvements that are relevant to developers working on Fornjot itself.

- Update dependencies ([#1601], [#1602])
- Fix wrong link ([#1618]; thank you, [@Jzow]!)

[#1601]: https://github.com/hannobraun/Fornjot/pull/1601
[#1602]: https://github.com/hannobraun/Fornjot/pull/1602
[#1604]: https://github.com/hannobraun/Fornjot/pull/1604
[#1606]: https://github.com/hannobraun/Fornjot/pull/1606
[#1607]: https://github.com/hannobraun/Fornjot/pull/1607
[#1609]: https://github.com/hannobraun/Fornjot/pull/1609
[#1610]: https://github.com/hannobraun/Fornjot/pull/1610
[#1614]: https://github.com/hannobraun/Fornjot/pull/1614
[#1615]: https://github.com/hannobraun/Fornjot/pull/1615
[#1616]: https://github.com/hannobraun/Fornjot/pull/1616
[#1617]: https://github.com/hannobraun/Fornjot/pull/1617
[#1618]: https://github.com/hannobraun/Fornjot/pull/1618

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


## v0.37.0 (2023-02-20)

### 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.37.0"
version = "0.38.0"
edition = "2021"

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


[workspace.dependencies.fj]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj"

[workspace.dependencies.fj-export]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj-export"

[workspace.dependencies.fj-host]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj-host"

[workspace.dependencies.fj-interop]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj-interop"

[workspace.dependencies.fj-kernel]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj-kernel"

[workspace.dependencies.fj-math]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj-math"

[workspace.dependencies.fj-operations]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj-operations"

[workspace.dependencies.fj-proc]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj-proc"

[workspace.dependencies.fj-viewer]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.37.0"
version = "0.38.0"
path = "crates/fj-window"

0 comments on commit 043ce34

Please sign in to comment.