Skip to content

Commit c9849d4

Browse files
committed
chore(release): Bump version to 0.2.0
1 parent 3772b52 commit c9849d4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="0.2.0"></a>
2+
## 0.2.0 (2020-04-11)
3+
4+
* Update dependencies
5+
* **BREAKING:** `StochasticGradientDescent::seed()` takes an `u64` now
6+
17
<a name="0.1.0"></a>
28
## 0.1.0 (2016-06-06)
39

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 = "optimization"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Oliver Mader <b52@reaktor42.de>"]
55
license = "MIT"
66
description = "Collection of optimization algorithms"

0 commit comments

Comments
 (0)