Skip to content

Commit

Permalink
Prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Aug 24, 2018
1 parent 098312d commit 5e23f7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v0.1.0]

* Also include dashboards in search

## [Unreleased]

* Initial implementaiton of alfred-kibana workflow

[Unreleased]: https://github.com/lukewaite/alfred-gitlab/compare/x.x.x...HEAD
[Unreleased]: https://github.com/lukewaite/alfred-gitlab/compare/v0.1.0...HEAD
[v0.1.0]: https://github.com/lukewaite/alfred-gitlab/compare/v0.0.1...v0.1.0

Binary file modified Kibana.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
</dict>
</dict>
<key>version</key>
<string>0.0.1</string>
<string>0.1.0</string>
<key>webaddress</key>
<string>https://lukewaite.ca</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from workflow import Workflow3, ICON_WEB, ICON_WARNING, ICON_INFO, web, PasswordNotFound
from workflow.background import run_in_background, is_running

__version__ = '0.0.1'
__version__ = '0.1.0'

log = None

Expand Down

0 comments on commit 5e23f7f

Please sign in to comment.