Release 0.1.0

This commit is contained in:
Nicolas Stalder
2021-02-27 02:00:19 +01:00
parent 67ed594fb1
commit d38cd82616
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.0]- 2021-02-27
- Promote existing state (0.1.0-alpha.3) to 0.1.0
## [0.1.0-alpha.1] - 2020-11-29
- Revamp of logs: only local/gated macros are generated now
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "delog"
version = "0.1.0-alpha.3"
version = "0.1.0"
description = "Deferred logging, an implementation and extension of Rust's standard logging facade."
authors = ["Nicolas Stalder <n@stalder.io>"]
license = "Apache-2.0 OR MIT"