Skip to content

Commit bea229d

Browse files
Matthieu Ciapparaclaude
andcommitted
Bump modulorails to 1.7.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5f70a06 commit bea229d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This file is used to list changes made in each version of the gem.
44

55
# Unreleased
66

7+
# 1.7.0
8+
79
## Improvements
810

911
- Make the Rubocop generator idempotent: `.rubocop.yml` is no longer rewritten on every Rails boot. Like the other generators, `RubocopGenerator` now uses the `.modulorails.yml` keepfile and a `VERSION` constant — the config is only (re)generated on the first run or when the generator's version is bumped.
@@ -13,6 +15,10 @@ This file is used to list changes made in each version of the gem.
1315
- Fix `initialize_from_git` when the git repository is not available (no `.git`, missing `git` binary, or no `origin` remote): rescue the error, warn, and leave `repository` as `nil` instead of crashing the application boot.
1416
- Fix `send_data` and `self_update` crashing with `NoMethodError` when `Rails.logger` is `nil` (e.g. early initialization or minimal apps): use safe navigation on debug logging.
1517

18+
## Internal
19+
20+
- Add `release-modulorails` Claude Code skill (`.claude/skills/release-modulorails/`) to standardize the gem release workflow.
21+
1622
# 1.6.0
1723

1824
The devcontainer release.

lib/modulorails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Modulorails
22

3-
VERSION = '1.6.0'.freeze
3+
VERSION = '1.7.0'.freeze
44

55
# Useful to compare the current Ruby version
66
COMPARABLE_RUBY_VERSION = Gem::Version.new(RUBY_VERSION)

0 commit comments

Comments
 (0)