We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d056c4 commit 7063a39Copy full SHA for 7063a39
Changes.md
@@ -1,8 +1,9 @@
1
HEAD
2
----
3
4
-- Drop support for Ruby < 2.5
5
-- Add compatibility for Kiba 4
+- Support for Kiba 4
+- Breaking: Drop support for Ruby < 2.5
6
+- Breaking: Require Kiba 3+
7
- [StandardRB](https://github.com/testdouble/standard) has been added for formatting & linting the codebase.
8
9
lib/kiba-common/version.rb
@@ -1,5 +1,5 @@
module Kiba
module Common
- VERSION = "1.1.0"
+ VERSION = "1.5.0"
end
0 commit comments