Skip to content

Commit

Permalink
release-4.4.0
Browse files Browse the repository at this point in the history
### Added

- Licensed status command will alert on stale cached dependency records (#657)
  • Loading branch information
jonabc committed May 26, 2023
1 parent 546e8a0 commit c749c33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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]

## 4.4.0

### Added

- Licensed status command will alert on stale cached dependency records (https://github.com/github/licensed/pull/657)

## 4.3.1

### Changed
Expand Down Expand Up @@ -735,4 +741,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/4.3.1...HEAD
[Unreleased]: https://github.com/github/licensed/compare/4.4.0...HEAD
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
licensed (4.3.1)
licensed (4.4.0)
json (~> 2.6)
licensee (~> 9.16)
parallel (~> 1.22)
Expand Down
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 = "4.3.1".freeze
VERSION = "4.4.0".freeze

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

0 comments on commit c749c33

Please sign in to comment.