From a53290b97882de6586340b970ffb84ea0ab1c248 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 8 Jan 2023 00:37:08 -0800 Subject: [PATCH] Bump version to v0.1.2 --- CHANGELOG.md | 6 ++++++ lib/wordexp/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a04dc09..e43f230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ [gh]: https://github.com/samsonjs/wordexp/releases +# 0.1.2 +# 2023-01-08 + +- Add support for Ruby 3.2 +- Drop support for Ruby 2.6 + # 0.1.1 # 2022-01-16 diff --git a/lib/wordexp/version.rb b/lib/wordexp/version.rb index 17a56dc..6f65005 100644 --- a/lib/wordexp/version.rb +++ b/lib/wordexp/version.rb @@ -1,3 +1,3 @@ module Wordexp - VERSION = '0.1.1'.freeze + VERSION = '0.1.2'.freeze end