Skip to content

Commit 6723612

Browse files
author
mosop
committed
0.1.13
1 parent 67b2589 commit 6723612

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ result.args # => ["bar"]
129129
result.unparsed_args # => ["baz"]
130130
```
131131

132-
### Accessible Arguments
132+
### Accessible Argument
133133

134134
```crystal
135135
class Model < Optarg::Model
@@ -206,6 +206,8 @@ and see [Features](#features).
206206

207207
## Release Notes
208208

209+
* v0.1.13
210+
* Accessible Argument
209211
* v0.1.12
210212
* Array
211213
* v0.1.9

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: optarg
2-
version: 0.1.12
2+
version: 0.1.13
33

44
authors:
55
- mosop

src/optarg/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Optarg
2-
VERSION = "0.1.12"
2+
VERSION = "0.1.13"
33
end

0 commit comments

Comments
 (0)