Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksiazkowicz committed Apr 3, 2020
1 parent e1123e1 commit 5b07203
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Changelog
=========

1.0.1 (03.04.2020)
------------------

- Improved docs and "Getting Started" guide,
- Added .coveragerc, fixed abstract class coverage,
- Added mypy,
- Fixed typechecking errors,
- Added docstrings,
- Added missing validation,
- Dropped custom String type,
- Cleaned up serializer.py,
- Bumped base58 to 2.0.0,
- Added tests for RPC client,
- Fixed typehints in docs,
- Added check for building docs

1.0.0 (01.04.2020)
------------------

- Initial release
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Welcome to aioeos's documentation!

introduction
api
changelog



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 = "aioeos"
version = "1.0.0"
version = "1.0.1"
description = "Async library for interacting with EOS.io blockchain"
authors = ["Maciej Janiszewski <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5b07203

Please sign in to comment.