Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 10, 2021
1 parent df6b4db commit f21db5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/althonos/iocursor/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/althonos/iocursor/compare/v0.1.1...HEAD


## [v0.1.1] - 2021-02-10

[v0.1.1]: https://github.com/althonos/iocursor/compare/v0.1.0...v0.1.1

### Added
- Missing documentation for `Cursor` methods.
- Contribution guidelines in `CONTRIBUTING.md` file.

### Fixed
- Wheels not being built for Python 3.9.


## [v0.1.0] - 2021-02-06
Expand Down
2 changes: 1 addition & 1 deletion iocursor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .cursor import Cursor

__author__ = "Martin Larralde <[email protected]>"
__version__ = "0.1.0"
__version__ = "0.1.1"
__license__ = "MIT"
__all__ = ["Cursor"]

Expand Down

0 comments on commit f21db5b

Please sign in to comment.