Skip to content

Commit

Permalink
Prepare for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpmmx committed Oct 7, 2021
1 parent 1a9050d commit 5680ea2
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 @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2] - 2021-10-07
### Changed
- `Onfleet` now uses endpoints declared statically (#24)
- `endpoint.py` has been refactored accordingly
- `request.py` has been refactored accordingly
- `error.py` has been refactored
### Removed
- `Config` class
### Fixed
- Tweaks for READMEs' accuracy, consistency and readability

## [1.1.6] - 2021-08-17
### Added
- New module: `_meta.py`
Expand Down Expand Up @@ -60,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release on PyPI

[Unreleased]: https://github.com/onfleet/pyonfleet/compare/v1.1.6...HEAD
[Unreleased]: https://github.com/onfleet/pyonfleet/compare/v1.2...HEAD
[1.2]: https://github.com/onfleet/pyonfleet/compare/v1.1.6...v1.2
[1.1.6]: https://github.com/onfleet/pyonfleet/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/onfleet/pyonfleet/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/onfleet/pyonfleet/compare/v1.1.3...v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion onfleet/_meta.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.6'
__version__ = '1.2'

0 comments on commit 5680ea2

Please sign in to comment.