Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
operutka committed Dec 6, 2021
1 parent d2c1005 commit 7b99ca6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

## v0.5.0 (2021-12-06)

* Switch to tokio 1.x and hyper 0.14.x and update the remaining dependencies

## v0.4.0 (2020-07-08)

* Switch to the latest hyper/tokio/futures
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slog-loggly"
version = "0.4.0"
version = "0.5.0"
edition = "2018"
authors = ["Angelcam, Inc."]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is an unofficial Loggly drain for the slog logging infrastructure in Rust.
Add the following dependency into your Cargo.toml:

```
slog-loggly = "0.4"
slog-loggly = "0.5"
```

See the `examples` directory and the [documentation](https://docs.rs/slog-loggly/) for usage examples.

0 comments on commit 7b99ca6

Please sign in to comment.