Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMac committed Dec 5, 2023
1 parent 728351b commit 184cbd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.3.0
#### _Dec. 5, 2023_
* Add option to download the changelog content.
* Use resty instead of net/http.

## v0.2.0
#### _Sep. 27, 2023_
* BREAKING_CHANGE: Delete the `logger` parameter from the `gosu.New` function. To set a custom logger now the new `SetLogger` function should be used, it accepts a struct satisfying the `Logger` interface.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ gosu := gosu.New(
```

##### SetLogger(l Logger)
Sets a custom logger instead a standard `log`, used by default. The provided logger must satisfy the `Logger` interface.
Sets a custom logger instead of the standard `log`, used by default. The provided logger must satisfy the `Logger` interface.

```go
gosu.SetLogger(logrus.StandardLogger())
Expand Down

0 comments on commit 184cbd0

Please sign in to comment.