Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Apr 13, 2021
1 parent ac477db commit 4863f19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1]- 2021-04-13

- Bug fixes by @conorpp

## [0.1.0]- 2021-02-27

- Promote existing state (0.1.0-alpha.3) to 0.1.0
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "delog"
version = "0.1.0"
version = "0.1.1"
description = "Deferred logging, an implementation and extension of Rust's standard logging facade."
authors = ["Nicolas Stalder <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand All @@ -16,10 +16,10 @@ features = ["example"]
targets = []

[dependencies]
log = "0.4.11"
log = "0.4"

[dev-dependencies]
insta = "1.3.0"
insta = "1.7"

[features]
example = ["std"]
Expand Down

0 comments on commit 4863f19

Please sign in to comment.