Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed Apr 21, 2024
1 parent 8e82e93 commit 042a37b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ with and without schemes.
[![CodeClimate Test Coverage](https://api.codeclimate.com/v1/badges/1f3771faf0b714cab0de/test_coverage)](https://codeclimate.com/github/simonmittag/puri/test_coverage)
[![Go Version](https://img.shields.io/github/go-mod/go-version/simonmittag/puri)](https://img.shields.io/github/go-mod/go-version/simonmittag/puri)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Version](https://img.shields.io/badge/version-0.1.8-orange)](https://github.com/simonmittag/puri/releases/tag/v0.1.8)
[![Version](https://img.shields.io/badge/version-0.1.9-orange)](https://github.com/simonmittag/puri/releases/tag/v0.1.9)

## What's New
### v0.1.9
* bugfix for url withouth proper paths


### v0.1.8
* bugfix for url paths containing domains

Expand All @@ -38,7 +42,7 @@ puri
## Usage
```
~ λ puri
puri[v0.1.8]
puri[v0.1.9]
Usage: puri [-s]|[-o]|[-r]|[-p]|[-q name]|[-h]|[-v] scheme://host:port#a?k=v
-h print usage instructions
-o extract host
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.8"
const Version string = "v0.1.9"

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

0 comments on commit 042a37b

Please sign in to comment.