Skip to content

Commit

Permalink
Release changelog update and version formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubSlaby committed Mar 14, 2021
1 parent 15cdd38 commit a6f0f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion WhiteSparrow/Logging/Chirp/Chirp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a6f0f71

Please sign in to comment.