Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed Apr 19, 2024
1 parent bae2bc6 commit cbbc225
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Version](https://img.shields.io/badge/version-0.1.5-orange)](https://github.com/simonmittag/puri/releases/tag/v0.1.5)

## What's New
### v0.1.5
### v0.1.6
* initial revision

## Up and running
Expand All @@ -31,11 +31,14 @@ puri

## Usage
```
λ puri[v0.1.5]
Usage: puri [-h]|[-v]|[-p name] scheme://host:port?k=v
λ puri[v0.1.6]
Usage: puri [-h]|[-v][-p name]| scheme://host:port?k=v
-h print usage instructions
-o extract host
-p string
extract uri param
-r extract port
-s extract scheme
-v print puri version
```

Expand Down
2 changes: 1 addition & 1 deletion puri.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
)

const Version string = "v0.1.5"
const Version string = "v0.1.6"

const colon = ":"
const schemeSeparator = "://"
Expand Down

0 comments on commit cbbc225

Please sign in to comment.