@@ -4,6 +4,19 @@ The versioning of this gem follows ActiveRecord versioning, and does not follow
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 7.0.0] - 2024-08-01
8
+
9
+ * Use Arel.literal [ #154 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/154 )
10
+ * drop attribute_builder [ #153 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/153 )
11
+ * dropped virtual_aggregate [ #152 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/152 )
12
+ * resolve rubocops (also fix bin/console) [ #151 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/151 )
13
+ * Rails 7.0 support / dropping 6.1 [ #150 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/150 )
14
+ * condense includes produced by replace_virtual_fields [ #149 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/149 )
15
+ * fix bin/console [ #148 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/148 )
16
+ * Rails 7.0 support pt1 [ #146 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/146 )
17
+ * Fix sqlite3 v2 and rails [ #140 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/140 )
18
+ * Use custom Arel node [ #114 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/114 )
19
+
7
20
## [ 6.1.2] - 2023-10-26
8
21
9
22
* Fix bind variables for joins with static strings [ #124 ] ( https://github.com/ManageIQ/activerecord-virtual_attributes/pull/124 )
@@ -93,7 +106,8 @@ The versioning of this gem follows ActiveRecord versioning, and does not follow
93
106
* Initial Release
94
107
* Extracted from ManageIQ/manageiq
95
108
96
- [ Unreleased ] : https://github.com/ManageIQ/activerecord-virtual_attributes/compare/v6.1.2...HEAD
109
+ [ Unreleased ] : https://github.com/ManageIQ/activerecord-virtual_attributes/compare/v7.0.0...HEAD
110
+ [ 7.0.0 ] : https://github.com/ManageIQ/activerecord-virtual_attributes/compare/v6.1.2...v7.0.0
97
111
[ 6.1.2 ] : https://github.com/ManageIQ/activerecord-virtual_attributes/compare/v6.1.1...v6.1.2
98
112
[ 6.1.1 ] : https://github.com/ManageIQ/activerecord-virtual_attributes/compare/v6.1.0...v6.1.1
99
113
[ 6.1.0 ] : https://github.com/ManageIQ/activerecord-virtual_attributes/compare/v3.0.0...v6.1.0
0 commit comments