mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Bump version to v0.1.2
This commit is contained in:
parent
e82631603f
commit
a53290b978
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module Wordexp
|
||||
VERSION = '0.1.1'.freeze
|
||||
VERSION = '0.1.2'.freeze
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue