Skip to content

Commit

Permalink
Merge pull request #335 from github/release-2.14.4
Browse files Browse the repository at this point in the history
Release 2.14.4
  • Loading branch information
jonabc authored Feb 9, 2021
2 parents a43fde6 + 2701cb8 commit 9b37528
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 2.14.4
2021-02-09

## Added
- `list` and `cache` commands optionally print output in JSON or YML formats using the `--format/-f` flag (https://github.com/github/licensed/pull/334)
- `list` command will include detected license keys using the `--licenses/-l` flag (https://github.com/github/licensed/pull/334)

## 2.14.3
2020-12-11

Expand Down Expand Up @@ -379,4 +386,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.14.3...HEAD
[Unreleased]: https://github.com/github/licensed/compare/2.14.4...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.14.3".freeze
VERSION = "2.14.4".freeze

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

0 comments on commit 9b37528

Please sign in to comment.