Skip to content

Commit

Permalink
updated changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Sep 16, 2022
1 parent 56c3110 commit 1b8d961
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
29 changes: 12 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,41 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added
- N/A

- API Clients for unofficial endpoints
- Examples for new API Clients
- Enum values
## [1.3.0]

### Fixed

- Missing imports
- Added API Clients for unofficial endpoints
- Added examples for new API Clients
- Added enum values
- Added missing imports

## [1.2.0]

### Changed

- Changed frequency of dependabot checks from daily to weekly
- Updated README
- Added PlayoffRoundType field with enum for clarity

## [1.1.1]

### Changed

- Updated API Client error handling to simplify debugging

## [1.0.1]

### Fixed

- Updated bugged versioning flow

## [1.0.0]

### Initial Release

[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.3.0...HEAD

[1.3.0]: https://github.com/joeyagreco/sleeper/releases/tag/v1.3.0

[1.2.0]: https://github.com/joeyagreco/sleeper/compare/v1.1.1...v1.2.0
[1.2.0]: https://github.com/joeyagreco/sleeper/releases/tag/v1.2.0

[1.1.1]: https://github.com/joeyagreco/sleeper/compare/v1.0.1...v1.1.1
[1.1.1]: https://github.com/joeyagreco/sleeper/releases/tag/v1.1.1

[1.0.1]: https://github.com/joeyagreco/sleeper/compare/v1.0.0...v1.0.1
[1.0.1]: https://github.com/joeyagreco/sleeper/releases/tag/v1.0.1

[1.0.0]: https://github.com/joeyagreco/sleeper/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion sleeper/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit 1b8d961

Please sign in to comment.