Skip to content

Commit a1384e1

Browse files
committed
Update changelog
1 parent 01fa948 commit a1384e1

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
Changes
22
-------
33

4-
Version 0.12.0 - unreleased
4+
Version 0.13.0 - unreleased
55
===========================
66

7-
* Pure Rust egobox implementation (make nlopt an optional feature)
8-
* Use Rust edition 2021
9-
* CI maintainance
7+
Version 0.12.0 - 10/11/2023
8+
===========================
9+
10+
* `gp` uses pure Rust COBYLA by @relf in https://github.com/relf/egobox/pull/110,https://github.com/relf/egobox/pull/113
11+
* `ego` as pure Rust implementation (`nlopt` is now optional) by @relf in https://github.com/relf/egobox/pull/112
12+
* `egobox` Python module: Simplify mixed-integer type declaration by @relf in https://github.com/relf/egobox/pull/115
13+
* Upgrade dependencies by @relf in https://github.com/relf/egobox/pull/114
14+
* Upgrade edition 2021 by @relf in https://github.com/relf/egobox/pull/109
15+
* CI maintainance by @relf in https://github.com/relf/egobox/pull/111
16+
* Bump actions/checkout from 2 to 4 by @dependabot in https://github.com/relf/egobox/pull/107
17+
* Bump actions/setup-python from 2 to 4 by @dependabot in https://github.com/relf/egobox/pull/108
1018

11-
Version 0.11.0 - unreleased
19+
Version 0.11.0 - 20/09/2023
1220
===========================
1321

1422
* Automate Python package build and upload on Pypi from Github CI by @relf in https://github.com/relf/egobox/pull/104

0 commit comments

Comments
 (0)