Version 0.1.1

This commit is contained in:
Sami Samhuri 2022-01-16 22:01:39 -08:00
parent cac7da8d10
commit 193e0b9ba7
No known key found for this signature in database
GPG key ID: 4B4195422742FC16
3 changed files with 19 additions and 3 deletions

View file

@ -1 +1,17 @@
Release notes for this project are kept here: https://github.com/samsonjs/wordexp/releases
# Changelo
[Release notes][gh] for this project are [also available on GitHub][gh].
[gh]: https://github.com/samsonjs/wordexp/releases
# 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.

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
wordexp (0.1.0)
wordexp (0.1.1)
GEM
remote: https://rubygems.org/

View file

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