Skip to content

Commit

Permalink
release 4.0.0
Browse files Browse the repository at this point in the history
### Added
- Licensed supports Cocoapods as a dependency source (:tada: @LouisBoudreau #584)
- Licensed supports Gradle multi-project builds (:tada: @LouisBoudreau #583)
### Fixed
- Licensed no longer crashes when run with Bundler >= 2.4.0 (:tada: @JoshReedSchramm #597)
### Changed
- BREAKING: Licensed no longer ships executables with releases (#586)
- BREAKING: Licensed no longer includes support for Go <= 1.11
  • Loading branch information
jonabc committed Jan 5, 2023
1 parent 45eabf1 commit e9eca50
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 4.0.0

### Added

- Licensed supports Cocoapods as a dependency source (:tada: @LouisBoudreau https://github.com/github/licensed/pull/584)
- Licensed supports Gradle multi-project builds (:tada: @LouisBoudreau https://github.com/github/licensed/pull/583)

### Fixed

- Licensed no longer crashes when run with Bundler >= 2.4.0 (:tada: @JoshReedSchramm https://github.com/github/licensed/pull/597)

### Changed

- BREAKING: Licensed no longer ships executables with releases (https://github.com/github/licensed/pull/586)
- BREAKING: Licensed no longer includes support for Go <= 1.11

## 3.9.1

### Fixed
Expand Down Expand Up @@ -661,4 +677,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.9.1...HEAD
[Unreleased]: https://github.com/github/licensed/compare/4.0.0...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.9.1".freeze
VERSION = "4.0.0".freeze

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

0 comments on commit e9eca50

Please sign in to comment.