Skip to content

Commit b87b7ad

Browse files
committed
Version bump to 2.1.1
1 parent feb14c4 commit b87b7ad

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ Recursive-open-struct was written by these fine people:
3131
* William (B.J.) Snow Orvis <aetherknight@gmail.com>
3232
* Wynn (B.J.) Snow Orvis <aetherkn@aedifice.org>
3333
* Wynn (B.J.) Snow Orvis <aetherknight@gmail.com>
34+
* Yuri Zubov <yuri.zubov@cleverlabs.io>

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2.1.1 / 2026/04/18
2+
==================
3+
4+
* MAINT: [#83](https://github.com/aetherknight/recursive-open-struct/pull/83):
5+
Yuri Zubov: Reduce gem size by excluding test files
6+
7+
* MAINT: [#82](https://github.com/aetherknight/recursive-open-struct/pull/82):
8+
Enable CodeQL scanning
9+
* MAINT: [#84](https://github.com/aetherknight/recursive-open-struct/pull/84):
10+
Add Ruby 4.0 to the testing matrix
11+
* MAINT: Configure Dependabot to update github actions dependencies, and let it
12+
update action versions/pins
13+
* MAINT: [#87](https://github.com/aetherknight/recursive-open-struct/pull/87):
14+
Add rubocop for autoformatting and linting, and address a lot of lints,
15+
particularly around RSpec tests
16+
117
2.1.0 / 2025/12/05
218
==================
319

lib/recursive_open_struct/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
require 'ostruct'
66

77
class RecursiveOpenStruct < OpenStruct
8-
VERSION = '2.1.0'
8+
VERSION = '2.1.1'
99
end

0 commit comments

Comments
 (0)