Skip to content

Commit fce20dd

Browse files
hakanensariclaude
andcommitted
chore: release version 3.1.0
- Add after_parse callback hook for validation and post-processing - Update CHANGELOG with release date - Bump version from 3.0.0 to 3.1.0 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e961c2c commit fce20dd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [3.1.0] - 2025-01-29
9+
810
### Added
911

1012
- `after_parse` callback hook for validation and post-processing logic
@@ -70,4 +72,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7072
[2.2.0]: https://github.com/hakanensari/structure/compare/v2.1.0...v2.2.0
7173
[2.3.0]: https://github.com/hakanensari/structure/compare/v2.2.0...v2.3.0
7274
[3.0.0]: https://github.com/hakanensari/structure/compare/v2.3.0...v3.0.0
73-
[Unreleased]: https://github.com/hakanensari/structure/compare/v3.0.0...HEAD
75+
[3.1.0]: https://github.com/hakanensari/structure/compare/v3.0.0...v3.1.0
76+
[Unreleased]: https://github.com/hakanensari/structure/compare/v3.1.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.0.0"
4+
VERSION = "3.1.0"
55
end

0 commit comments

Comments
 (0)