From d38cd82616310e14ecdfc3a77896ecabf79fa5c8 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Sat, 27 Feb 2021 02:00:19 +0100 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11011d..8b790b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 15ac1ca..d2f873a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "Apache-2.0 OR MIT"