Skip to content

Commit 7403845

Browse files
hakanensariclaude
andcommitted
chore: bump version to 3.5.0
Co-authored-by: Claude <claude@anthropic.com>
1 parent df757d1 commit 7403845

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [3.5.0] - 2025-09-25
9+
810
### Added
911

10-
- Generate type-safe rbs signatures for parse method
12+
- Generate proper RBS type signatures for array attributes
13+
- Generate type-safe `parse_data` types in RBS for self-referential structures
14+
- Improve type validation with TypeError for non-array values passed to array attributes
1115

1216
### Fixed
1317

1418
- Fixed passing parsed instances in self-referential arrays
15-
- Raise TypeError when non-array values are passed to array attributes
19+
- Fixed RuboCop block nesting offense in RBS module
1620

1721
## [3.4.0] - 2025-09-24
1822

@@ -110,4 +114,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
110114
[3.2.0]: https://github.com/hakanensari/structure/compare/v3.1.1...v3.2.0
111115
[3.3.0]: https://github.com/hakanensari/structure/compare/v3.2.0...v3.3.0
112116
[3.4.0]: https://github.com/hakanensari/structure/compare/v3.3.0...v3.4.0
113-
[Unreleased]: https://github.com/hakanensari/structure/compare/v3.4.0...HEAD
117+
[3.5.0]: https://github.com/hakanensari/structure/compare/v3.4.0...v3.5.0
118+
[Unreleased]: https://github.com/hakanensari/structure/compare/v3.5.0...HEAD

lib/structure/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 Structure
4-
VERSION = "3.4.0"
4+
VERSION = "3.5.0"
55
end

0 commit comments

Comments
 (0)