Skip to content

Commit 045e1a3

Browse files
serraduraclaude
andcommitted
Bump u-case to 5.0.0 and refine compatibility table
- Bump VERSION from 4.5.2 -> 5.0.0 to signal the Ruby/Rails floor change (Ruby >= 2.7, activemodel >= 6.0) - Compatibility table: label the "main" row 5.0.0 instead of "unreleased" - v4.x row: keep label as 4.5.1 and widen activemodel column to ">= 3.2, <= 8.1" (the actual support range for the v4.x line) - Installation example: gem 'u-case', '~> 5.0' Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b3c88d6 commit 045e1a3

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ unreleased| https://github.com/serradura/u-case/blob/main/README.md
101101

102102
| u-case | branch | ruby | activemodel | u-attributes |
103103
| -------------- | ------- | -------- | ------------- | ------------- |
104-
| unreleased | main | >= 2.7 | >= 6.0 | >= 2.7, < 3.0 |
105-
| 4.5.2 | v4.x | >= 2.2.0 | >= 3.2, < 7.0 | >= 2.7, < 3.0 |
104+
| 5.0.0 | main | >= 2.7 | >= 6.0 | >= 2.7, < 3.0 |
105+
| 4.5.1 | v4.x | >= 2.2.0 | >= 3.2, <= 8.1 | >= 2.7, < 3.0 |
106106
| 3.1.0 | v3.x | >= 2.2.0 | >= 3.2, < 6.1 | ~> 1.1 |
107107
| 2.6.0 | v2.x | >= 2.2.0 | >= 3.2, < 6.1 | ~> 1.1 |
108108
| 1.1.0 | v1.x | >= 2.2.0 | >= 3.2, < 6.1 | ~> 1.1 |
@@ -126,7 +126,7 @@ unreleased| https://github.com/serradura/u-case/blob/main/README.md
126126
Add this line to your application's Gemfile:
127127

128128
```ruby
129-
gem 'u-case', '~> 4.5.1'
129+
gem 'u-case', '~> 5.0'
130130
```
131131

132132
And then execute:

README.pt-BR.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ unreleased| https://github.com/serradura/u-case/blob/main/README.md
9999

100100
| u-case | branch | ruby | activemodel | u-attributes |
101101
| -------------- | ------- | -------- | ------------- | ------------- |
102-
| unreleased | main | >= 2.7 | >= 6.0 | >= 2.7, < 3.0 |
103-
| 4.5.2 | v4.x | >= 2.2.0 | >= 3.2, < 7.0 | >= 2.7, < 3.0 |
102+
| 5.0.0 | main | >= 2.7 | >= 6.0 | >= 2.7, < 3.0 |
103+
| 4.5.1 | v4.x | >= 2.2.0 | >= 3.2, <= 8.1 | >= 2.7, < 3.0 |
104104
| 3.1.0 | v3.x | >= 2.2.0 | >= 3.2, < 6.1 | ~> 1.1 |
105105
| 2.6.0 | v2.x | >= 2.2.0 | >= 3.2, < 6.1 | ~> 1.1 |
106106
| 1.1.0 | v1.x | >= 2.2.0 | >= 3.2, < 6.1 | ~> 1.1 |
@@ -124,7 +124,7 @@ unreleased| https://github.com/serradura/u-case/blob/main/README.md
124124
Adicione essa linha ao Gemfile da sua aplicação:
125125

126126
```ruby
127-
gem 'u-case', '~> 4.5.1'
127+
gem 'u-case', '~> 5.0'
128128
```
129129

130130
E então execute:

lib/micro/case/version.rb

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

33
module Micro
44
class Case
5-
VERSION = '4.5.2'.freeze
5+
VERSION = '5.0.0'.freeze
66
end
77
end

0 commit comments

Comments
 (0)