Skip to content

Commit 0943558

Browse files
authored
0.4.0 release (#21)
1 parent f2bbcf5 commit 0943558

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

Appraisals

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ appraise 'rails-6' do
1717
gem 'activesupport', '~> 6.0'
1818
gem 'sqlite3', '~> 1.4'
1919
end
20+
21+
appraise 'rails-edge' do
22+
gem 'activerecord', git: 'https://github.com/rails/rails.git'
23+
gem 'activesupport', git: 'https://github.com/rails/rails.git'
24+
gem 'sqlite3', '~> 1.4'
25+
end

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
## [0.4.0] - 2020-04-21
98

9+
## [0.4.0] - 2020-07-20
10+
### Changed
1011
- Upgrade the Rails dependency to allow for Rails 6.1
1112

12-
## [0.3.0] - 2020-03-13
13-
14-
- Correct the Rails dependency to allow for Rails 6.0
15-
1613
## [0.3.0] - 2020-03-13
1714
### Changed
1815
- Correct the Rails dependency to allow for Rails 6.0
@@ -26,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2623
### Added
2724
- First versions as a public ruby gem.
2825

29-
[Unreleased]: https://github.com/gusto/ar-query-matchers/compare/v0.3.0...HEAD
26+
[Unreleased]: https://github.com/gusto/ar-query-matchers/compare/v0.4.0...HEAD
27+
[0.4.0]: https://github.com/gusto/ar-query-matchers/releases/tag/v0.4.0
3028
[0.3.0]: https://github.com/gusto/ar-query-matchers/releases/tag/v0.3.0
3129
[0.2.0]: https://github.com/gusto/ar-query-matchers/releases/tag/v0.2.0
3230
[0.1.0]: https://github.com/gusto/ar-query-matchers/releases/tag/v0.1.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.0

0 commit comments

Comments
 (0)