From 20141909ef210218a21b1a8a682760b22f901271 Mon Sep 17 00:00:00 2001 From: Alexander Kuznetsov Date: Fri, 7 Jul 2023 13:19:02 +0200 Subject: [PATCH] Bump version to 0.5.0 --- .ruby-version | 2 +- CHANGELOG.md | 2 +- lib/lt/lcms/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 57cf282..e4604e3 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.5 +3.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc0682..0a92069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- +- Drop Ruby < 3.2 ([#29](https://github.com/learningtapestry/lt-lcms/pull/29)) ## [0.4.4](https://github.com/learningtapestry/lt-lcms/compare/v0.4.3...v0.4.4) - 2021-07-16 diff --git a/lib/lt/lcms/version.rb b/lib/lt/lcms/version.rb index 5f5604a..67c2bf0 100644 --- a/lib/lt/lcms/version.rb +++ b/lib/lt/lcms/version.rb @@ -2,6 +2,6 @@ module Lt module Lcms - VERSION = '0.4.4' + VERSION = '0.5.0' end end