From 58163c8b416590df0169e0ee7462c2444927d98b Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenko Date: Tue, 10 Nov 2020 16:50:37 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 15 ++++++++++++++- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf2921..153d61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.1.0] - 2020-11-10 + +### Added + +- Check for updates on startup +- Added `list` command to list aliases or scenarios + +### Changed + +- Providers now register at the factory identical to Tasks +- Improved table printing + ## [1.0.4] - 2020-11-04 ### Added @@ -40,7 +52,8 @@ All notable changes to this project will be documented in this file. - Initial version -[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.0.4...HEAD +[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/SupersonicAds/spotcli/compare/v1.0.4...v1.1.0 [1.0.4]: https://github.com/SupersonicAds/spotcli/compare/v1.0.3...v1.0.4 [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 diff --git a/pyproject.toml b/pyproject.toml index 6e11c86..7e64b14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotcli" -version = "1.0.4" +version = "1.1.0" description = "CLI for Spot Elastigroups management" authors = ["Dmitry Kovalenko "] license = "MIT"