Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Feb 2, 2018
1 parent d77d7d8 commit c2df832
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.3.0] (2018-02-02)
* Add UID to workflow items so alfred can sort items

## [v1.2.3] (2018-01-16)
* Default to correct GitLab public API endpoint

Expand Down Expand Up @@ -36,8 +39,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* Initial implementaiton of alfred-gitlab workflow

[Unreleased]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.2...HEAD
[v1.2.2]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.2...v1.2.3
[Unreleased]: https://github.com/lukewaite/alfred-gitlab/compare/v1.3.0...HEAD
[v1.3.0]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.3...v1.3.0
[v1.2.3]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.2...v1.2.3
[v1.2.2]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.1...v1.2.2
[v1.2.1]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/lukewaite/alfred-gitlab/compare/v1.1.0...v1.2.0
Expand Down
Binary file modified GitLab.alfredworkflow
Binary file not shown.
4 changes: 0 additions & 4 deletions src/gitlab.py
Expand Up @@ -4,8 +4,6 @@
from workflow import Workflow3, ICON_WEB, ICON_WARNING, ICON_INFO, web, PasswordNotFound
from workflow.background import run_in_background, is_running

__version__ = '1.2.3'

log = None

def search_for_project(project):
Expand Down Expand Up @@ -112,8 +110,6 @@ def main(wf):
if __name__ == u"__main__":
wf = Workflow3(update_settings={
'github_slug': 'lukewaite/alfred-gitlab',
'version': __version__,
'frequency': 1
})
log = wf.logger
sys.exit(wf.run(main))
2 changes: 1 addition & 1 deletion src/info.plist
Expand Up @@ -348,7 +348,7 @@
</dict>
</dict>
<key>version</key>
<string>1.2.3</string>
<string>1.3.0</string>
<key>webaddress</key>
<string>https://lukewaite.ca</string>
</dict>
Expand Down

0 comments on commit c2df832

Please sign in to comment.