wordexp/CHANGELOG.md
2023-10-05 14:43:18 -07:00

28 lines
532 B
Markdown

# Changelog
[Release notes][gh] for this project are [also available on GitHub][gh].
[gh]: https://github.com/samsonjs/wordexp/releases
# 0.2.0
# 2023-10-05
- Drop support for Ruby 2.7 because it's no longer supported
# 0.1.2
# 2023-01-08
- Add support for Ruby 3.2
- Drop support for Ruby 2.6
# 0.1.1
# 2022-01-16
- Add native extension and command line executable to gemspec
# 0.1.0
# 2022-01-16
First release. Implements the most basic API without any options.
Command line executable and native extension are broken.