From 7e35b7407399c4ea57ed38344c69be5ae21257ad Mon Sep 17 00:00:00 2001 From: David Meister Date: Wed, 6 Nov 2019 21:16:33 +1000 Subject: [PATCH] Release v0.0.42 --- CHANGELOG.md | 14 ++++++++++++++ example.config.nix | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b221e86a..a11345cd 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.42] - 2019-11-06 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.41] - 2019-11-06 ### Added diff --git a/example.config.nix b/example.config.nix index 7209bab8..8d1e570a 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 = "3c267e63d3ffc48877ff889f9001f25b6ecf627c"; + commit = "e6181062593e36706a05ed0c1b493d4cacc41892"; # 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.41"; - previous = "0.0.40"; + current = "0.0.42"; + previous = "0.0.41"; }; github = {