mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Version 0.1.1
This commit is contained in:
parent
cac7da8d10
commit
193e0b9ba7
3 changed files with 19 additions and 3 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
wordexp (0.1.0)
|
||||
wordexp (0.1.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module Wordexp
|
||||
VERSION = '0.1.0'.freeze
|
||||
VERSION = '0.1.1'.freeze
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue