Skip to content

Commit 3e31da2

Browse files
committed
Release 3.5.0
1 parent 34277af commit 3e31da2

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
1111

1212
### Changes
1313

14-
- Optimize named `*_rfc6570` helpers by removing unnecessary indirection
15-
- Optimize `#rfc6570_routes` and `#rfc6570_route` helpers
16-
1714
### Fixes
1815

19-
- Fix up `RouteSet#to_rfc6570` and `NamedRouteCollection#to_rfc6570`
20-
- Fix up `*_path_rfc6570` to include Rails Engines mount point.
21-
2216
### Breaks
2317

18+
## 3.5.0 - (2025-09-26)
19+
20+
---
21+
22+
### New
23+
24+
- Support `*_path_rfc6570` to include Rails Engines mount point.
25+
2426
## 3.4.0 - (2025-01-31)
2527

2628
---

lib/rails/rfc6570/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Rails
44
module RFC6570
55
module VERSION
66
MAJOR = 3
7-
MINOR = 4
7+
MINOR = 5
88
PATCH = 0
99
STAGE = nil
1010

0 commit comments

Comments
 (0)