Skip to content

Commit

Permalink
Merge pull request #403 from github/release-3.2.3
Browse files Browse the repository at this point in the history
release 3.2.3
  • Loading branch information
jonabc authored Sep 14, 2021
2 parents 1f084a6 + 27f22be commit 4a26ffe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 3.2.3

2021-09-14

### Fixed

- Bundler source will no longer infinitely recurse when enumerating specifications (https://github.com/github/licensed/pull/402)
- Using the `--sources` command line option will no longer delete skipped sources' cached files (https://github.com/github/licensed/pull/401)

## 3.2.2

2021-09-09
Expand Down Expand Up @@ -488,4 +497,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/3.2.2...HEAD
[Unreleased]: https://github.com/github/licensed/compare/3.2.3...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 = "3.2.2".freeze
VERSION = "3.2.3".freeze

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

0 comments on commit 4a26ffe

Please sign in to comment.