From 37770c04ef03bcf97ffb665504fcffcee2482919 Mon Sep 17 00:00:00 2001 From: David Meister Date: Mon, 2 Dec 2019 15:52:56 +0400 Subject: [PATCH] Release v0.0.51 --- CHANGELOG-UNRELEASED.md | 3 +-- CHANGELOG.md | 16 ++++++++++++++++ example.config.nix | 6 +++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 51b138c9..2f730af6 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -8,8 +8,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed -- bump rust to nightly-2019-11-25 - ### Deprecated ### Removed @@ -17,3 +15,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed ### Security + diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ceaaef..b4caa428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.51] - 2019-12-02 + +### Added + +### Changed + +- bump rust to nightly-2019-11-25 + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.50] - 2019-12-01 ### Added diff --git a/example.config.nix b/example.config.nix index 25a86f10..6c242493 100644 --- a/example.config.nix +++ b/example.config.nix @@ -62,14 +62,14 @@ echo "All finished!!!" # the commit hash that the release process should target # this will always be behind what ends up being deployed # the release process needs to add some commits for changelog etc. - commit = "2e9adc37a7e8f691ebff26cd85a41183e1fdabca"; + commit = "21cfed80158ec7204406b19b4acf72b8fa2a6f4a"; # the semver for prev and current releases # the previous version will be scanned/bumped by release scripts # the current version is what the release scripts bump *to* version = { - current = "0.0.50"; - previous = "0.0.49"; + current = "0.0.51"; + previous = "0.0.50"; }; github = {