From 7063a39ef0afb51f0e5df1913be111379afb8206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20Barr=C3=A8re?= Date: Fri, 12 Mar 2021 09:18:48 +0100 Subject: [PATCH] Bump version to 1.5.0 and improve changelog --- Changes.md | 5 +++-- lib/kiba-common/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index b55b778..dab58d9 100644 --- a/Changes.md +++ b/Changes.md @@ -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. diff --git a/lib/kiba-common/version.rb b/lib/kiba-common/version.rb index 29c62bf..ece89d1 100644 --- a/lib/kiba-common/version.rb +++ b/lib/kiba-common/version.rb @@ -1,5 +1,5 @@ module Kiba module Common - VERSION = "1.1.0" + VERSION = "1.5.0" end end