Bump version to v0.1.2

This commit is contained in:
Sami Samhuri 2023-01-08 00:37:08 -08:00
parent e82631603f
commit a53290b978
No known key found for this signature in database
GPG key ID: 4B4195422742FC16
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
module Wordexp
VERSION = '0.1.1'.freeze
VERSION = '0.1.2'.freeze
end