Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kovalenko committed Nov 4, 2020
1 parent 3f41f17 commit b4f5fa5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.0.3] - 2020-11-04

### Changed

- Replaced [consulate](https://pypi.org/project/consulate/) with [python-consul2](https://pypi.org/project/python-consul2/) as Consul client
- Changed mininal Python version to 3.6

### Fixed

- Fixed loading config from Consul on Python 3.9

## [1.0.2] - 2020-11-04

### Changed
Expand All @@ -23,7 +34,8 @@ All notable changes to this project will be documented in this file.

- Initial version

[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.0.2...HEAD
[1.0.1]: https://github.com/SupersonicAds/spotcli/compare/v1.0.1...v1.0.2
[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/SupersonicAds/spotcli/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/SupersonicAds/spotcli/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/SupersonicAds/spotcli/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/SupersonicAds/spotcli/releases/tag/v1.0.0
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 = "spotcli"
version = "1.0.2"
version = "1.0.3"
description = "Spot CLI"
authors = ["Dmitry Kovalenko <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b4f5fa5

Please sign in to comment.