Skip to content

Commit 28fd0b2

Browse files
committed
Fix changelog
1 parent 2344f2e commit 28fd0b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## [Unreleased]
44

5-
## [0.8.0] - 2025-10-20
5+
## [0.8.0] - 2025-10-21
66

77
* Gate COBYLA argmin COBYLA solver behind `argmin` feature.
8-
Migration guide: If you use `CobylaSolver` change your Cargo.toml as follows:
9-
`cobyla = { version = "0.7", features = ["argmin"] }`
8+
Migration guide: If you use `CobylaSolver` change your `Cargo.toml` as follows:
9+
`cobyla = { version = "0.8", features = ["argmin"] }`
1010

1111
## [0.7.0] - 2025-10-04
1212

0 commit comments

Comments
 (0)