From a6f0f7143ffbcb1eab6dc050db83755ab11ddf4d Mon Sep 17 00:00:00 2001 From: Jakub Slaby Date: Sun, 14 Mar 2021 20:13:54 +0000 Subject: [PATCH] Release changelog update and version formatting --- CHANGELOG.md | 2 +- WhiteSparrow/Logging/Chirp/Chirp.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b657854..f8eaf51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,5 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.7.0] - 2021-03-14 - Initial release of Chirp framework. diff --git a/WhiteSparrow/Logging/Chirp/Chirp.cs b/WhiteSparrow/Logging/Chirp/Chirp.cs index 75174f8..68278ba 100644 --- a/WhiteSparrow/Logging/Chirp/Chirp.cs +++ b/WhiteSparrow/Logging/Chirp/Chirp.cs @@ -21,7 +21,7 @@ public enum LogLevel public static class Chirp { - public const string Version = "0.7"; + public const string Version = "0.7.0"; private static ILogger[] s_Loggers;