We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f059ec commit 6dba206Copy full SHA for 6dba206
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Unreleased
2
3
-## 2.1.5 - 2025-11-12
+## 2.1.6 - 2026-01-12
4
+
5
+* adds Ruby 4 to the support matrix
6
+* upgrades gemspec dependencies
7
+* maintain and appease the authorities (Rubocop)
8
9
+## 2.1.5 - 2025-11-12
10
11
* adds simplecov
12
lib/injectable/version.rb
@@ -1,3 +1,3 @@
module Injectable
- VERSION = '2.1.5'.freeze
+ VERSION = '2.1.6'.freeze
end
0 commit comments