Skip to content

Commit

Permalink
Merge pull request #409 from pivotal/4.0-release
Browse files Browse the repository at this point in the history
Update changelog and version for 4.0
  • Loading branch information
xtreme-lisheng-tai authored Nov 10, 2017
2 parents 02f6681 + 19dda82 commit 10cb0d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [4.0.0] / 2017-11-10

### Changed

* CLI output has been altered to be clear about active states and installed states.
* option `--subprojects`have been renamed to `--aggregate_paths` in order to be clear about its functionality

### Fixed

* Fixed issue where dangling symbolic link would cause License Finder to crash and not continue. Instead, License Finder will now warn about the issue and continue.

# [3.1.0] / 2017-11-10

### Added
Expand Down Expand Up @@ -487,6 +498,7 @@ Bugfixes:


[Unreleased]: https://github.com/pivotal/LicenseFinder/compare/v3.0.4...HEAD
[4.0.0]: https://github.com/pivotal/LicenseFinder/compare/v3.1.0...v4.0.0
[3.1.0]: https://github.com/pivotal/LicenseFinder/compare/v3.0.4...v3.1.0
[3.0.4]: https://github.com/pivotal/LicenseFinder/compare/v3.0.2...v3.0.4
[3.0.2]: https://github.com/pivotal/LicenseFinder/compare/v3.0.1...v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion lib/license_finder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LicenseFinder
VERSION = '3.1.0'.freeze
VERSION = '4.0.0'.freeze
end

0 comments on commit 10cb0d5

Please sign in to comment.