CHANGELOG.md in licensed-3.7.2 vs CHANGELOG.md in licensed-3.7.3

- old
+ new

@@ -4,10 +4,21 @@ 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] +## 3.7.3 + +### Fixed + +- Swift test fixtures build artifacts are now ignored (:tada: @CvX https://github.com/github/licensed/pull/524) +- Running cargo test fixture setup no longer deletes test files (:tada: @CvX https://github.com/github/licensed/pull/525) +- Bundler test fixtures are compatible with latest macOS silicon(:tada: @CvX https://github.com/github/licensed/pull/528) +- Fix segfaults seen using licensed with ruby 3.0.4 (https://github.com/github/licensed/pull/530) +- Fix compatibility with latest versions of bundler 2.3 (https://github.com/github/licensed/pull/535) +- Fix compatibility with latest versions of bundler 2.3 (:tada: @CvX https://github.com/github/licensed/pull/522) + ## 3.7.2 ### Fixed - Comparing dependency license contents now finds matching contents regardless of the order of the licenses (https://github.com/github/licensed/pull/516) @@ -618,6 +629,6 @@ ## 1.0.0 2018-02-20 Initial release :tada: -[Unreleased]: https://github.com/github/licensed/compare/3.7.2...HEAD +[Unreleased]: https://github.com/github/licensed/compare/3.7.3...HEAD