Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .versionary-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"manifest-version": 1,
"baseline-sha": "3083c12c7481a0a1d50aecc207409860b0cfd95e",
"baseline-sha": "574fe22822c54d5746d3047628e5c59e069fbec3",
"release-targets": [
{
"path": ".",
"version": "1.5.1",
"tag": "v1.5.1"
"version": "1.6.0",
"tag": "v1.6.0"
}
],
"pending-release-targets": [
{
"path": ".",
"version": "1.5.1",
"tag": "v1.5.1"
"version": "1.6.0",
"tag": "v1.6.0"
}
]
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.6.0](https://github.com/jolars/basin/compare/v1.5.1...v1.6.0) (2026-08-25)

### Features
- add More-Sorensen trust-region strategy ([`574fe22`](https://github.com/jolars/basin/commit/574fe22822c54d5746d3047628e5c59e069fbec3))

## [1.5.1](https://github.com/jolars/basin/compare/v1.5.0...v1.5.1) (2026-08-06)

### Bug Fixes
Expand Down
106 changes: 53 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/basin-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basin-wasm"
version = "1.5.1"
version = "1.6.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/basin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basin"
version = "1.5.1"
version = "1.6.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/competitor-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# support natively, so NM/GD run on identical param types.
[package]
name = "competitor-bench"
version = "1.5.1"
version = "1.6.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down