Skip to content

Commit

Permalink
Merge pull request #291 from github/release-2.12.1
Browse files Browse the repository at this point in the history
Release 2.12.1
  • Loading branch information
jonabc authored Jun 30, 2020
2 parents 83e9bdd + 0da1ef0 commit c8ea2f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 2.12.1
2020-06-30

### Fixed
- `licensed` no longer exits an error code when using the `--sources` CLI argument(https://github.com/github/licensed/pull/290)

## 2.12.0
2020-06-19

Expand Down Expand Up @@ -327,4 +333,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial release :tada:

[Unreleased]: https://github.com/github/licensed/compare/2.11.1...HEAD
[Unreleased]: https://github.com/github/licensed/compare/2.12.1...HEAD
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Licensed
VERSION = "2.12.0".freeze
VERSION = "2.12.1".freeze

def self.previous_major_versions
major_version = Gem::Version.new(Licensed::VERSION).segments.first
Expand Down

0 comments on commit c8ea2f4

Please sign in to comment.