Skip to content

Commit 085fc4a

Browse files
committed
🔖 v0.12.1
1 parent 9134d9d commit 085fc4a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project follows [semantic versioning](https://semver.org/).
44

55
## Unreleased
66

7+
## 2020-11-17 - v0.12.1
8+
* **Fixed** swarmlib's appearance on [pypi](https://pypi.org/project/swarmlib). Now the gif is render correctly.
9+
710
## 2020-11-16 - v0.12.0
811
* **Added** top level flag `--log-level` to set swarmlib's verbosity ([#29](https://github.com/HaaLeo/swarmlib/issues/29)). It can be one of `debug`, `info`, `warning`, `error`, `critical`. Contributed by Nikos Koutsovasilis ([@nkoutsov](https://github.com/nkoutsov)) and happily accepted 🚀.
912

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.12.0'
6+
__version__ = '0.12.1'

0 commit comments

Comments
 (0)