Skip to content

Commit 6649b03

Browse files
Bump version to 1.7.0
- Update version to 1.7.0 - Move Unreleased changes to 1.7.0 release - Add date to changelog Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7be49ce commit 6649b03

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.7.0] - 2026-02-11
11+
1012
### Changed
1113
- **Generator Templates Updated**: Improved default configuration based on production best practices
1214
- `accessibility.yml`: Changed `accessibility_enabled` default from `true` to `false` with detailed CI/CD documentation
1315
- `rails_a11y.rb`: Added production safety guard (`if defined?(RailsAccessibilityTesting)`) and set `auto_run_checks = false` by default
1416
- `all_pages_accessibility_spec.rb`: Changed RSpec type from `:system` to `:accessibility` and improved error formatting with unified helper method
1517
- Updated documentation URLs to correct GitHub Pages link
18+
- Generator now creates `spec/accessibility/` directory instead of `spec/system/` for better organization
1619
- **Best Practices Guide**: Added comprehensive [Best Practices guide](GUIDES/best_practices.md) documenting production-tested configuration patterns
1720

1821
### Added
1922
- **[Best Practices Guide](GUIDES/best_practices.md)**: New guide documenting recommended configuration patterns based on real-world production usage, including CI/CD safety, production guards, and improved error formatting
23+
- **Template Updates Summary**: Added `TEMPLATE_UPDATES_SUMMARY.md` documenting all template improvements
2024

2125
## [1.6.0] - 2024-12-XX
2226

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

33
module RailsAccessibilityTesting
4-
VERSION = "1.6.0"
4+
VERSION = "1.7.0"
55
end
66

0 commit comments

Comments
 (0)