We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b322c commit 539acc6Copy full SHA for 539acc6
README.md
@@ -287,7 +287,7 @@ and see [Code Samples](#code_samples) and [Wiki](https://github.com/mosop/optarg
287
## Release Notes
288
289
* v0.4.2
290
- * (Experimental) Bash Completion
+ * Bash Completion
291
* v0.4.1
292
* Custom Validation
293
* Inclusion Validation
shard.yml
@@ -1,5 +1,5 @@
1
name: optarg
2
-version: 0.4.1.1
+version: 0.4.2
3
4
authors:
5
- mosop
src/optarg/version.cr
@@ -1,3 +1,3 @@
module Optarg
- VERSION = "0.4.1.1"
+ VERSION = "0.4.2"
end
0 commit comments