Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.1.0 #373

Merged
merged 1 commit into from
Jun 16, 2021
Merged

Release 3.1.0 #373

merged 1 commit into from
Jun 16, 2021

Conversation

jonabc
Copy link
Contributor

@jonabc jonabc commented Jun 16, 2021

3.1.0

2021-06-16

Added

Changed

Fixed

## 3.1.0

2021-06-16

### Added

- Licensed supports Swift/Swift package manager as a dependency source (:tada: @mattt #363)'

### Changed

- The `source_path` configuration property accepts arrays of inclusion and exclusion glob patterns (#368)
- The Nuget source now uses configured fallback folders to find dependencies that are not in found in the project folder (#366)
- The Nuget source supports a configurable property for the path from the project source path to the project's `obj` folder (#365)

### Fixed
- The Go source's checks for local packages will correctly find paths in case-insensitive file systems (#370)
- The Bundler source will no longer unnecessarily reset the local Bundler environment configuration (#372)
@jonabc
Copy link
Contributor Author

jonabc commented Jun 16, 2021

I'm not sure why bundler 1.15.0 CI is failing here but wasn't failing previously 🤷 . I narrowed down the cause to a change in the logic on ::Bundler.reset! in 1.16.0. In order to have consistent behavior across versions I'd need to start mucking with instance variables on the Bundler module, so instead I think it might be time to update the supported Bundler minor versions (based on whats run in CI) to drop 1.15 and add 2.1, 2.2

@jonabc jonabc merged commit 08528cc into master Jun 16, 2021
@jonabc jonabc deleted the release-3.1.0 branch June 16, 2021 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant