Skip to content

Commit

Permalink
Bump version to 1.5.0 and improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Mar 12, 2021
1 parent 3d056c4 commit 7063a39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
HEAD
----

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


Expand Down
2 changes: 1 addition & 1 deletion lib/kiba-common/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Kiba
module Common
VERSION = "1.1.0"
VERSION = "1.5.0"
end
end

0 comments on commit 7063a39

Please sign in to comment.