Skip to content

Commit 7063a39

Browse files
committed
Bump version to 1.5.0 and improve changelog
1 parent 3d056c4 commit 7063a39

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Changes.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
HEAD
22
----
33

4-
- Drop support for Ruby < 2.5
5-
- Add compatibility for Kiba 4
4+
- Support for Kiba 4
5+
- Breaking: Drop support for Ruby < 2.5
6+
- Breaking: Require Kiba 3+
67
- [StandardRB](https://github.com/testdouble/standard) has been added for formatting & linting the codebase.
78

89

lib/kiba-common/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Kiba
22
module Common
3-
VERSION = "1.1.0"
3+
VERSION = "1.5.0"
44
end
55
end

0 commit comments

Comments
 (0)