From d37cb6def6edc0fba1c80f0e0dd45f5ac88516ec Mon Sep 17 00:00:00 2001 From: Alexander Akhmetov Date: Tue, 5 Mar 2019 23:06:09 +0100 Subject: [PATCH] Release 0.11.0 --- CHANGELOG.md | 9 ++++++--- shortcuts/__init__.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aadc6e..2ab59a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -All notable changes to this project will be documented in this file. +## [0.11.0] 05.03.2019 -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +- Added dockerized cli tool + +- New actions: + - Choose From List + - Open App ## [0.10.0] 26.10.2018 diff --git a/shortcuts/__init__.py b/shortcuts/__init__.py index 8cd071f..2308b17 100644 --- a/shortcuts/__init__.py +++ b/shortcuts/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.10.0' +__version__ = '0.11.0' from .shortcut import FMT_SHORTCUT, FMT_TOML, Shortcut # noqa