# Changelog ## [v2.1.0](https://github.com/samvera-labs/bixby/tree/v2.1.0) (2020-06-09) [Full Changelog](https://github.com/samvera-labs/bixby/compare/v2.0.0...v2.1.0) **Merged pull requests:** - Prep for 2.1.0 release [#36](https://github.com/samvera-labs/bixby/pull/36) ([bess](https://github.com/bess)) - Upgrade rubocop and dependencies [#35](https://github.com/samvera-labs/bixby/pull/35) ([bess](https://github.com/bess)) - Prep for 2.0 release [#31](https://github.com/samvera-labs/bixby/pull/31) ([bess](https://github.com/bess)) ## [v2.0.0](https://github.com/samvera-labs/bixby/tree/v2.0.0) (2019-12-10) [Full Changelog](https://github.com/samvera-labs/bixby/compare/v2.0.0.pre.beta1...v2.0.0) **Closed issues:** - Upgrade for new rubocop [#26](https://github.com/samvera-labs/bixby/issues/26) - Update rubocop-rspec [#25](https://github.com/samvera-labs/bixby/issues/25) - Lint/BlockAlignment has the wrong namespace - should be Layout [#24](https://github.com/samvera-labs/bixby/issues/24) - Add Lint/RescueWithoutErrorClass [#23](https://github.com/samvera-labs/bixby/issues/23) **Merged pull requests:** - Skipping node_modules directory when running cops [#30](https://github.com/samvera-labs/bixby/pull/30) ([cgalarza](https://github.com/cgalarza)) ## [v2.0.0.pre.beta1](https://github.com/samvera-labs/bixby/tree/v2.0.0.pre.beta1) (2019-02-14) [Full Changelog](https://github.com/samvera-labs/bixby/compare/1.0.0...v2.0.0.pre.beta1) **Merged pull requests:** - Bixby 2.0 [#28](https://github.com/samvera-labs/bixby/pull/28) ([no-reply](https://github.com/no-reply)) ## [1.0.0](https://github.com/samvera-labs/bixby/tree/1.0.0) (2018-02-13) [Full Changelog](https://github.com/samvera-labs/bixby/compare/v1.0.0-rc1...1.0.0) **Merged pull requests:** - Prepare Release 1.0.0 [#22](https://github.com/samvera-labs/bixby/pull/22) ([no-reply](https://github.com/no-reply)) ## [v1.0.0-rc1](https://github.com/samvera-labs/bixby/tree/v1.0.0-rc1) (2018-02-09) [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.3.1...v1.0.0-rc1) **Closed issues:** - Disable `RSpec/MulitpleExpectations` [#19](https://github.com/samvera-labs/bixby/issues/19) - Add tmp dir to AllCops exclusion [#18](https://github.com/samvera-labs/bixby/issues/18) - Warning: unrecognized cop Naming/BinaryOperatorParameter found in ~/.gem/ruby/2.4.2/gems/bixby-0.3.0/bixby_default.yml [#14](https://github.com/samvera-labs/bixby/issues/14) - Resolve new cops/changes is in rubocop-rspec 0.18.0\. [#11](https://github.com/samvera-labs/bixby/issues/11) - Resolve new cops/changes in RuboCop 0.50.0 [#10](https://github.com/samvera-labs/bixby/issues/10) - Bixby not compatible with latest Rubocop [#6](https://github.com/samvera-labs/bixby/issues/6) **Merged pull requests:** - Bump version to 1.0.0-rc1 [#21](https://github.com/samvera-labs/bixby/pull/21) ([no-reply](https://github.com/no-reply)) - Support newer versions of `rubocop`, `rubocop-rspec`, and Ruby [#20](https://github.com/samvera-labs/bixby/pull/20) ([no-reply](https://github.com/no-reply)) - Remove Lint/InvalidCharacterLiteral, fixes #15 [#16](https://github.com/samvera-labs/bixby/pull/16) ([hackmastera](https://github.com/hackmastera)) - Lock versions to `rubocop` 0.50.0 and `rubocop-rspec` 1.18.0 [#12](https://github.com/samvera-labs/bixby/pull/12) ([no-reply](https://github.com/no-reply)) ## [v0.3.1](https://github.com/samvera-labs/bixby/tree/v0.3.1) (2017-10-04) [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.3.0...v0.3.1) **Closed issues:** - Error: The `Lint/InvalidCharacterLiteral` cop has been removed since it was never being actually triggered. (obsolete configuration found in /home/ubuntu/valkyrie/valkyrie/vendor/valk_bundle/ruby/2.3.0/gems/bixby-0.3.0/bixby_default.yml, please update it) [#15](https://github.com/samvera-labs/bixby/issues/15) **Merged pull requests:** - Remove Lint/InvalidCharacterLiteral, fixes #15 [#17](https://github.com/samvera-labs/bixby/pull/17) ([hackmastera](https://github.com/hackmastera)) ## [v0.3.0](https://github.com/samvera-labs/bixby/tree/v0.3.0) (2017-10-03) [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.2.2...v0.3.0) **Merged pull requests:** - Update READEME.md to discuss versioning strategy [#13](https://github.com/samvera-labs/bixby/pull/13) ([no-reply](https://github.com/no-reply)) - Prepare Release v0.3.0 [#9](https://github.com/samvera-labs/bixby/pull/9) ([no-reply](https://github.com/no-reply)) - Upgrade for RuboCop 0.50.0 compatibility [#8](https://github.com/samvera-labs/bixby/pull/8) ([no-reply](https://github.com/no-reply)) - Allow deeper group nesting in RSpec [#7](https://github.com/samvera-labs/bixby/pull/7) ([no-reply](https://github.com/no-reply)) ## [v0.2.2](https://github.com/samvera-labs/bixby/tree/v0.2.2) (2017-08-07) [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.2.1...v0.2.2) **Closed issues:** - Should we allow long blocks in CatalogController? [#3](https://github.com/samvera-labs/bixby/issues/3) **Merged pull requests:** - Ignore block and class length on CatalogController [#5](https://github.com/samvera-labs/bixby/pull/5) ([no-reply](https://github.com/no-reply)) - Include 'Capfile' in excluded filenames [#4](https://github.com/samvera-labs/bixby/pull/4) ([mark-dce](https://github.com/mark-dce)) ## [v0.2.1](https://github.com/samvera-labs/bixby/tree/v0.2.1) (2017-06-01) [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.2.0...v0.2.1) **Merged pull requests:** - Add bundler release tasks for easier gem management [#2](https://github.com/samvera-labs/bixby/pull/2) ([bess](https://github.com/bess)) - Rubocop 0 49 fixes [#1](https://github.com/samvera-labs/bixby/pull/1) ([bess](https://github.com/bess)) ## [v0.2.0](https://github.com/samvera-labs/bixby/tree/v0.2.0) (2017-03-30) [Full Changelog](https://github.com/samvera-labs/bixby/compare/8f95541b23cfda44c8a89704127696262284215a...v0.2.0) * _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_