Skip to content

Commit 20e044f

Browse files
chore: release v0.4.10 (#40)
## πŸ€– New release * `kasuari`: 0.4.9 -> 0.4.10 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.4.10](v0.4.9...v0.4.10) - 2025-11-02 ### Other - *(deps)* bump thiserror from 2.0.16 to 2.0.17 in the rust-dependencies group ([#36](#36)) - *(features)* improve feature flags docs ([#35](#35)) - Fixed a bug that lead to the leaking of `Symbol`s in the objective function. ([#37](#37)) - Bump MSRV to 1.85 to use clamp functions in const context ([#39](#39)) ### Changed - bump the MSRV to 1.85 and rely on the standard `f64::clamp` in const contexts </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3365fcf commit 20e044f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.10](https://github.com/ratatui/kasuari/compare/v0.4.9...v0.4.10) - 2025-11-02
11+
12+
### Other
13+
14+
- *(deps)* bump thiserror from 2.0.16 to 2.0.17 in the rust-dependencies group ([#36](https://github.com/ratatui/kasuari/pull/36))
15+
- *(features)* improve feature flags docs ([#35](https://github.com/ratatui/kasuari/pull/35))
16+
- Fixed a bug that lead to the leaking of `Symbol`s in the objective function. ([#37](https://github.com/ratatui/kasuari/pull/37))
17+
- Bump MSRV to 1.85 to use clamp functions in const context ([#39](https://github.com/ratatui/kasuari/pull/39))
18+
1019
### Changed
1120

1221
- bump the MSRV to 1.85 and rely on the standard `f64::clamp` in const contexts

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kasuari"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
authors = ["Dylan Ede <[email protected]>", "The Ratatui Developers"]
55
edition = "2021"
66
description = """

0 commit comments

Comments
Β (0)