From 8a00ce9af2645086bcdd11dd9e421c3b8724e146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20Barr=C3=A8re?= Date: Wed, 24 Mar 2021 13:43:12 +0100 Subject: [PATCH] Prepare for v1.5.0 release --- Changes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index dab58d9..99ab783 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,5 @@ -HEAD ----- +1.5.0 +----- - Support for Kiba 4 - Breaking: Drop support for Ruby < 2.5 @@ -8,7 +8,7 @@ HEAD 1.1.0 ----- +----- - Support for Ruby 2.7+ (affects CSV source and destination) - Breaking: `show_me!` is now compatible with both `awesome_print` and its modern replacement `amazing_print`. You will have to `require` the one you want to use in your code from now on.