# Changelog All notable changes to this project will be documented in this file. 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] ## [0.4.0] - 2021-09-15 ### Added - Support the `--ignore` option for removing false positives from the lint run. ## [0.3.0] - 2021-03-29 ### Changed - Support the renamed rubygems source instance variable. ## [0.2.2] - 2020-04-23 ### Changed - Lower the threshold so we don't get so many false positives. ## [0.2.1] - 2020-02-24 ### Changed - Fix invocation when not specifying path to gemfile. ## [0.2.0] - 2020-02-20 ### Added - Allow linting multiple Gemfile paths in one command. ## [0.1.0] - 2020-02-20 ### Added - 🎉 Initial release. [unreleased]: https://github.com/kddnewton/gemfilelint/compare/v0.4.0...HEAD [0.4.0]: https://github.com/kddnewton/gemfilelint/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/kddnewton/gemfilelint/compare/v0.2.2...v0.3.0 [0.2.2]: https://github.com/kddnewton/gemfilelint/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/kddnewton/gemfilelint/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/kddnewton/gemfilelint/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/kddnewton/gemfilelint/compare/935da5...v0.1.0