Skip to content

Commit 2258a1b

Browse files
committed
🔖 v0.10.0
1 parent 002f77f commit 2258a1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to the "swarmlib" pypi package will be documented in this fi
33
This project follows [semantic versioning](https://semver.org/).
44

55
## Unreleased
6+
7+
## 2020-11-07 - v0.10.0
68
* **Added** [landscapes](https://github.com/nathanrooy/landscapes#readme) as a dependency to enable more benchmark functions ([#15](https://github.com/HaaLeo/swarmlib/issues/15)). Contributed by Alex F ([@alxfmpl](https://github.com/alxfmpl)). Thanks a lot 🚀.
79

810
## 2020-07-21 - v0.9.0

swarmlib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
44
# ------------------------------------------------------------------------------------------------------
55

6-
__version__ = '0.9.0'
6+
__version__ = '0.10.0'

0 commit comments

Comments
 (0)