Skip to content

Commit

Permalink
Merge pull request #89 from pavdmyt/version-1.2.0
Browse files Browse the repository at this point in the history
Version 1.2.0
  • Loading branch information
pavdmyt authored Oct 19, 2020
2 parents ca5ffe4 + 1718f2e commit 19f2d96
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release History
===============

1.2.0 / 2020-10-19
------------------

* Update cli-spinners to ``v2.5.0``
* Add support for Python 3.9


1.1.0 / 2020-10-04
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yaspin"
version = "1.1.0"
version = "1.2.0"
description = "Yet Another Terminal Spinner"
license = "MIT"
authors = ["Pavlo Dmytrenko <mail@pavdmyt.com>"]
Expand Down
1 change: 1 addition & 0 deletions yaspin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
# Get spinner names:
# $ < yaspin/data/spinners.json | jq '. | keys'
SPINNER_ATTRS = [
"aesthetic",
"arc",
"arrow",
"arrow2",
Expand Down
13 changes: 13 additions & 0 deletions yaspin/data/spinners.json
Original file line number Diff line number Diff line change
Expand Up @@ -1278,5 +1278,18 @@
"βββββρβ",
"ββββββρ"
]
},
"aesthetic": {
"interval": 80,
"frames": [
"▰▱▱▱▱▱▱",
"▰▰▱▱▱▱▱",
"▰▰▰▱▱▱▱",
"▰▰▰▰▱▱▱",
"▰▰▰▰▰▱▱",
"▰▰▰▰▰▰▱",
"▰▰▰▰▰▰▰",
"▰▱▱▱▱▱▱"
]
}
}

0 comments on commit 19f2d96

Please sign in to comment.