From 1ce8f6d03a253ed4578d8ca29260d194c50ad2fe Mon Sep 17 00:00:00 2001 From: David Meister Date: Thu, 10 Sep 2020 14:28:59 +0400 Subject: [PATCH] Release v0.0.83 --- CHANGELOG.md | 14 ++++++++++++++ example.config.nix | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29c337b..e97f13b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.83] - 2020-09-10 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.82] - 2020-08-28 ### Added diff --git a/example.config.nix b/example.config.nix index 7dfb4cfa..16022233 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 = "a007dbd8c6538b8f74a2ac0ff7db86c89e3f3926"; + commit = "4c4d4bd9214a8493fe6c2b96b1e922f2a62e9e17"; # 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.82"; - previous = "0.0.81"; + current = "0.0.83"; + previous = "0.0.82"; }; github = {