Skip to content

Commit

Permalink
chore: #5 Release 0.1.0 version
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux committed Nov 13, 2023
1 parent 62fca66 commit 7271753
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Go client for accessing and using Microcks API
![GitHub release](https://img.shields.io/github/downloads-pre/microcks/microcks-go-client/latest/total?style=for-the-badge)


## Versioning

Latest released version is `0.1.0`. It has been produced from Microcks `1.8.0` OpenAPI definition and can be used with all the above `1.x` versions.


## Installation

To get the latest version, use go1.21+ and fetch using the `go get` command. For example:
Expand All @@ -20,10 +25,9 @@ go get microcks.io/go-client@latest
To get a specific version, use go1.21+ and fetch the desired version using the `go get` command. For example:

```
go get microcks.io/go-client@v1.18
go get microcks.io/go-client@v0.1.0
```


## Quickstart

```go
Expand Down Expand Up @@ -58,7 +62,6 @@ func main() {
}
```


### License

The Apache License (apache) - see [`LICENSE.md`](https://github.com/microcks/microcks-go-client/blob/main/LICENSE.md) for more details.

0 comments on commit 7271753

Please sign in to comment.