Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Akhmetov committed Mar 5, 2019
1 parent 04373cb commit d37cb6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion shortcuts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.10.0'
__version__ = '0.11.0'

from .shortcut import FMT_SHORTCUT, FMT_TOML, Shortcut # noqa

Expand Down

0 comments on commit d37cb6d

Please sign in to comment.