Skip to content

Commit

Permalink
prep 0.15.1 for release, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Jun 6, 2019
1 parent 1131e2d commit 450aa84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning][Semver].

* Your contribution here!

## [0.15.1][] (6 Jun 2019)
* fix device list command (@matthutchinson [#394][])

## [0.15.0][] (20 May 2019)
* require at least lolcommits-loltext `>= 0.3.0` (@matthutchinson)
* remove `main_image` method, plugins should use `lolcommit_path` on
Expand Down Expand Up @@ -363,7 +366,8 @@ This project adheres to [Semantic Versioning][Semver].
reliable to not glitch.)

[Semver]: http://semver.org
[Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.15.1...HEAD
[0.15.0]: https://github.com/lolcommits/lolcommits/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/lolcommits/lolcommits/compare/v0.14.1...v0.15.0
[0.14.2]: https://github.com/lolcommits/lolcommits/compare/v0.14.1...v0.14.2
[0.14.1]: https://github.com/lolcommits/lolcommits/compare/v0.14.0...v0.14.1
Expand Down Expand Up @@ -564,3 +568,4 @@ This project adheres to [Semantic Versioning][Semver].
[#385]: https://github.com/lolcommits/lolcommits/pull/385
[#386]: https://github.com/lolcommits/lolcommits/pull/386
[#392]: https://github.com/lolcommits/lolcommits/pull/392
[#394]: https://github.com/lolcommits/lolcommits/pull/394
2 changes: 1 addition & 1 deletion lib/lolcommits/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Lolcommits
VERSION = '0.15.0'
VERSION = '0.15.1'
GEM_NAME = 'lolcommits'
end

0 comments on commit 450aa84

Please sign in to comment.