From 990d976f183d146af13ecfeaaffb717f89046347 Mon Sep 17 00:00:00 2001 From: Anton Rieder Date: Wed, 2 Mar 2022 11:36:50 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 68 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 50 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2619dfa..7db5a55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,61 @@ -## Unreleased +# Changelog -## v4.0.0 - 2021-04-28 +## [v4.0.1](https://github.com/rpush/modis/tree/v4.0.1) (2022-03-02) -**Breaking:** +[Full Changelog](https://github.com/rpush/modis/compare/v4.0.0...v4.0.1) -- Drop support for Rails 4.2, 5.0, 5.1. -- Removed `hiredis` as a dependency and made it a development dependency. - For details, see [#31](https://github.com/rpush/modis/pull/31) by [@fdoxyz](https://github.com/fdoxyz). +**Merged pull requests:** -## v3.3.0 - 2020-07-07 +- Fix deprectated pipeline calls for Redis 4.6.0 [\#32](https://github.com/rpush/modis/pull/32) ([justinhoward](https://github.com/justinhoward)) -- Fix deprecation warnings when using Ruby >= 2.7, `activemodel` >= 6.0.3, or `redis` >= 4.2.0. [#30](https://github.com/rpush/modis/pull/30) by [@rofreg](https://github.com/rofreg). +## [v4.0.0](https://github.com/rpush/modis/tree/v4.0.0) (2021-04-28) -## v3.2.0 - 2019-12-12 +[Full Changelog](https://github.com/rpush/modis/compare/v3.3.0...v4.0.0) -- Add missing `#update` and `#update!`. [#27](https://github.com/rpush/modis/pull/27) by [@dsantosmerino](https://github.com/dsantosmerino). +**Merged pull requests:** -## v3.1.0 - 2019-10-18 +- Makes hiredis a development dependency [\#31](https://github.com/rpush/modis/pull/31) ([fdocr](https://github.com/fdocr)) -- Test with Rails 6 -- Drop i18n dependency (credit goes to [@jas14](https://github.com/jas14) in [#23](https://github.com/rpush/modis/pull/23)) +## [v3.3.0](https://github.com/rpush/modis/tree/v3.3.0) (2020-07-07) -## v3.0.0 - 2018-12-20 +[Full Changelog](https://github.com/rpush/modis/compare/v3.2.0...v3.3.0) -- Drop support for any Ruby < 2.3 and Rails < 4.2. -- Add support for Rails 5.2 -- Resolve Rubocop lint violations -- Test combinations of Ruby and Rails versions in CI +**Merged pull requests:** + +- Fix deprecation warnings [\#30](https://github.com/rpush/modis/pull/30) ([rofreg](https://github.com/rofreg)) +- Test with Ruby 2.7 [\#28](https://github.com/rpush/modis/pull/28) ([aried3r](https://github.com/aried3r)) + +## [v3.2.0](https://github.com/rpush/modis/tree/v3.2.0) (2019-12-12) + +[Full Changelog](https://github.com/rpush/modis/compare/v3.1.0...v3.2.0) + +**Merged pull requests:** + +- Add missing `\#update` and `\#update!` persistance methods [\#27](https://github.com/rpush/modis/pull/27) ([dsantosmerino](https://github.com/dsantosmerino)) + +## [v3.1.0](https://github.com/rpush/modis/tree/v3.1.0) (2019-10-18) + +[Full Changelog](https://github.com/rpush/modis/compare/3.0.0...v3.1.0) + +**Merged pull requests:** + +- Remove i18n dependency [\#26](https://github.com/rpush/modis/pull/26) ([aried3r](https://github.com/aried3r)) +- Test with Rails 6, Ubuntu 18.04, Ruby 2.6 [\#25](https://github.com/rpush/modis/pull/25) ([aried3r](https://github.com/aried3r)) +- Fix build status badge [\#22](https://github.com/rpush/modis/pull/22) ([jas14](https://github.com/jas14)) + +## [3.0.0](https://github.com/rpush/modis/tree/3.0.0) (2018-12-20) + +[Full Changelog](https://github.com/rpush/modis/compare/v2.1.0...3.0.0) + +**Merged pull requests:** + +- Prep 3.0.0 release [\#21](https://github.com/rpush/modis/pull/21) ([garettarrowood](https://github.com/garettarrowood)) +- Lock i18n version [\#20](https://github.com/rpush/modis/pull/20) ([garettarrowood](https://github.com/garettarrowood)) +- Compatability with Rails 5.2's ActiveModel::Dirty [\#19](https://github.com/rpush/modis/pull/19) ([benlangfeld](https://github.com/benlangfeld)) +- Resolve rubocop violations and lock version [\#17](https://github.com/rpush/modis/pull/17) ([garettarrowood](https://github.com/garettarrowood)) +- Fix CI failures by resolving RuboCop offenses [\#12](https://github.com/rpush/modis/pull/12) ([garettarrowood](https://github.com/garettarrowood)) +- get rid of old school rocket syntax [\#11](https://github.com/rpush/modis/pull/11) ([DmytroStepaniuk](https://github.com/DmytroStepaniuk)) +- fix wrong readme example [\#10](https://github.com/rpush/modis/pull/10) ([DmytroStepaniuk](https://github.com/DmytroStepaniuk)) ## v2.1.0 @@ -36,3 +65,6 @@ - Support MRI 2.2.2+ and JRuby 9k+ [#5](https://github.com/rpush/modis/pull/5) - Remove YAML (de)serialization support [#5](https://github.com/rpush/modis/pull/5) + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*