Skip to content

Commit 8478e0e

Browse files
authored
Merge pull request #20 from guilyx/bump-101
Bump to version 1.0.1
2 parents 24256a4 + 93f02a9 commit 8478e0e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.1] - 05-10-2022
8+
### Added
9+
- Example for placing order
10+
- More Unit Tests
11+
### Changed
12+
- POST Requests are functional
13+
- Sleep in test to avoid blowing up the rate limit
14+
- Improve error management and exceptions
15+
716
## [1.0.0] - 03-10-2022
817
### Added
918
- This CHANGELOG file to hopefully serve as an evolving example of a

nexo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. moduleauthor:: Erwin Lejeune
33
"""
44

5-
__version__ = '1.0.0'
5+
__version__ = '1.0.1'
66

77
from nexo.client import Client
88
from nexo.response_serializers import (

0 commit comments

Comments
 (0)