CHANGELOG.md in licensed-2.3.1 vs CHANGELOG.md in licensed-2.3.2

- old
+ new

@@ -4,30 +4,40 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -## 2.3.1 - 2019-08-20 +## 2.3.2 +2019-08-26 +### Fixed +- Bundler with/without array settings are properly handled for bundler 1.15.x + +## 2.3.1 +2019-08-20 + ### Changed - Using the npm source with yarn, "missing" dependencies are no longer considered errors (:tada: @krzysztof-pawlik-gat https://github.com/github/licensed/pull/170) - The bundler source now calls `gem specification` with dependency version requirements (https://github.com/github/licensed/pull/173) -## 2.3.0 - 2019-05-19 +## 2.3.0 +2019-05-19 ### Added - New Pipenv dependency source enumerator (:tada: @krzysztof-pawlik-gat https://github.com/github/licensed/pull/167) -## 2.2.0 - 2019-05-11 +## 2.2.0 +2019-05-11 ### Added - Content hash versioning strategy for go and manifest sources (https://github.com/github/licensed/pull/164) ### Fixed - Python source handles urls and package names with "-" in requirements.txt (:tada: @krzysztof-pawlik-gat https://github.com/github/licensed/pull/165) -## 2.1.0 - 2019-04-16 +## 2.1.0 +2019-04-16 ### Added - New Gradle dependency source enumerator (:tada: @dbussink https://github.com/github/licensed/pull/150, @jandersson-svt https://github.com/github/licensed/pull/159) - Metadata added to distributed packages (https://github.com/github/licensed/pull/160) @@ -37,18 +47,20 @@ ### Fixed - Migrating to v2 will no longer crash trying to migrate cached records that don't exist (https://github.com/github/licensed/pull/148) - Reported warnings will no longer crash licensed when caching records (https://github.com/github/licensed/pull/147) -## 2.0.1 - 2019-02-14 +## 2.0.1 +2019-02-14 ### Changes - Dependency paths that don't exist on the local disk are reported as warnings - Cache, status and list output is sorted by app name, source type and dependency name - Bumped `licensee` gem requirement -## 2.0.0 - 2019-02-09 +## 2.0.0 +2019-02-09 **This is a major release and includes breaking changes to the configuration and cached record file formats** ### Added - New `migrate` command to automatically update configuration and cached record file formats @@ -65,33 +77,39 @@ ### Fixed - Licensed no longer exits on errors when evaluating dependency sources or finding dependencies - The Bundler dependency source correctly finds the `bundler` gem as a dependency in more cases -## 1.5.2 - 2018-12-27 +## 1.5.2 +2018-12-27 ### Changes - Go source added support for Go modules and Golang 1.11+ (https://github.com/github/licensed/pull/113) ### Fixed - Licensed will have a non-zero exit code when commands fail (:tada: @parkr https://github.com/github/licensed/pull/111) -## 1.5.1 - 2018-10-30 +## 1.5.1 +2018-10-30 ### Fixed - Fixed a scenario where licensed wasn't finding bundler dependencies when run as an executable due to a ruby version mismatch (https://github.com/github/licensed/pull/106) -## 1.5.0 - 2018-10-24 +## 1.5.0 +2018-10-24 + ### Added - `licensed (version | -v | --version)` command to see the current licensed version (:tada: @mwagz! https://github.com/github/licensed/pull/101) ### Fixed - NPM source no longer raises an error when ignored dependencies aren't found (:tada: @mwagz! https://github.com/github/licensed/pull/100) - Checking for a Git repo will no longer possibly modify `.git/index` (:tada: @dbussink https://github.com/github/licensed/pull/102) - Fixed a scenario where licensed wasn't finding bundler dependencies when run as an executable (https://github.com/github/licensed/pull/103) -## 1.4.0 - 2018-10-20 +## 1.4.0 +2018-10-20 + ### Added - Git Submodules dependency source :tada: - Configuration option to explicitly set a root absolute path ### Changes @@ -100,28 +118,38 @@ ### Fixed - NPM source will enumerate multiple versions of the same dependency - Running Licensed outside of a Git repository no longer raises an error - Packaging scripts will correctly return to the previous branch when the script is finished -## 1.3.4 - 2018-09-20 +## 1.3.4 +2018-09-20 + ### Changes - Bundler source will avoid looking for a gemspec file when possible -## 1.3.3 - 2018-09-07 +## 1.3.3 +2018-09-07 + ### Fixed - Manifest source configuration globs correctly enumerates files from within submodules - The manifest source no longer errors when getting version information from submodules -## 1.3.2 - 2018-08-15 +## 1.3.2 +2018-08-15 + ### Fixed - Fixed issue when multiple versions of a cabal package are found -## 1.3.1 - 2018-08-01 +## 1.3.1 +2018-08-01 + ### Fixed - Fixed regression finding ruby gems by path -## 1.3.0 - 2018-07-25 +## 1.3.0 +2018-07-25 + ### Added - Manifests for the manifest dependency source can be specified using glob patterns in the configuration - Paths to licenses for dependencies from the manifest dependency source can be specified in the configuration - Manifest dependency source looks for license content in C-style comments if a license file isn't found @@ -132,20 +160,24 @@ - Licensed now tracks content from multiple license files when available ### Fixed - Fixed regression finding platform-specific ruby gems -## 1.2.0 - 2018-06-22 +## 1.2.0 +2018-06-22 + ### Added - Building and packaging distributable exes for licensed releases - Can now configure which Gemfile groups are excluded from dependency enumeration ### Fixed - Bundler is no longer always reported as a dependency - Set the minimum required ruby version for licensed -## 1.1.0 - 2018-06-04 +## 1.1.0 +2018-06-04 + ### Added - Pip dependency source :tada: - Go Dep dependency source :tada: ### Changed @@ -156,21 +188,24 @@ - Don't reuse cached license when cached version metadata is missing - Disable dependency sources when dependent tools are not available - Vendored packages from the go std library are properly excluded - Cabal dependency enumeration properly includes executable targets -## 1.0.1 - 2018-04-26 +## 1.0.1 +2018-04-26 + ### Added - GOPATH settable in configuration file ### Changed - Reuse "license" metadata property when license text has not changed ### Fixed - Path expansion for cabal "ghc_package_db" configuration setting occurs from repository root - Local Gemfile(.lock) files correctly used in enumerating Bundler source dependencies -## 1.0.0 - 2018-02-20 +## 1.0.0 +2018-02-20 Initial release :tada: -[Unreleased]: https://github.com/github/licensed/compare/2.3.1...HEAD +[Unreleased]: https://github.com/github/licensed/compare/2.3.2...HEAD