Skip to content

Commit c3819e5

Browse files
committed
Bump 2.7.0
1 parent 11afc83 commit c3819e5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.rbnextrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ nextify: |
22
./lib
33
--min-version=2.5
44
--edge
5+
--proposed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 2.7.0 (2025-02-12)
6+
57
- Added `suppress_required_validations` configuration for skipping validation in CI. ([@OlegChuev][])
68

79
- Support for the Rails built-in environment variable `SECRET_KEY_BASE_DUMMY`. If this variable is set, all validations for required attributes are skipped. This is particularly useful for executing `bundle exec rails assets:precompile` in CI/CD pipelines. ([@OlegChuev][])

lib/anyway/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Anyway # :nodoc:
4-
VERSION = "2.6.4"
4+
VERSION = "2.7.0"
55
end

0 commit comments

Comments
 (0)