Skip to content

Commit

Permalink
Merge pull request #227 from pavdmyt/version-3.0.0
Browse files Browse the repository at this point in the history
Version 3.0.0

#227
  • Loading branch information
pavdmyt authored Aug 19, 2023
2 parents 1bbe1a1 + 775b0d4 commit 5eeecda
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 81 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release History
===============

3.0.0 / 2023-08-19
------------------

* Add type-annotations
* Drop Python 3.8 support
* Update dependencies
* Breaking changes:
* remove small modules: ``base_spinner``, ``helpers``, ``signal_handlers``
* remove ``constants.COLOR_MAP``
* remove redundant assertions


2.5.0 / 2023-08-07
------------------

Expand Down
85 changes: 45 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "2.5.0"
version = "3.0.0"
description = "Yet Another Terminal Spinner"
license = "MIT"
authors = ["Pavlo Dmytrenko <pavdmyt@aiven.io>"]
Expand Down
Loading

0 comments on commit 5eeecda

Please sign in to comment.