We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862ee6c commit 0549196Copy full SHA for 0549196
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [1.2.0] - 2022-11-21
4
+
5
+- Support `class_method`
6
7
## [1.1.1] - 2022-10-08
8
9
- Change owner method define from `self.calss.define_method` to `self.define_singleton_method`
lib/active_method/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActiveMethod
- VERSION = "1.1.1"
+ VERSION = "1.2.0"
end
0 commit comments