From 9c2c45a3b826887c61ec6e02152c4736ba99c0d0 Mon Sep 17 00:00:00 2001 From: Elliot Cameron Date: Tue, 9 Jun 2020 17:13:21 -0400 Subject: [PATCH] Revert "Version 0.8.0.1" This reverts commit 3cc20de21bf17f6034fa16383e664175546a4b8f. --- ChangeLog.md | 4 ---- lib/command/obelisk-command.cabal | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c3392f120..15be77df5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,10 +2,6 @@ This project's release branch is `master`. This log is written from the perspective of the release branch: when changes hit `master`, they are considered released. -## v0.8.0.1 - -* Backport nixpkgs upgrades to ACME/LetsEncrypt handling so that HTTPS deployments continue to work flawlessly. If your deployment is having trouble renewing LetsEncrypt certificates, upgrade to this version. - ## v0.8.0.0 * ([#674](https://github.com/obsidiansystems/obelisk/pull/674), [#711](https://github.com/obsidiansystems/obelisk/pull/711)) Introduce a new thunk format to support accessing the thunk's source directly when packed. When packed, thunks have an additional file called `thunk.nix` and `default.nix` is now a think wrapper around that. diff --git a/lib/command/obelisk-command.cabal b/lib/command/obelisk-command.cabal index bf3462ab4..bc91f0f85 100644 --- a/lib/command/obelisk-command.cabal +++ b/lib/command/obelisk-command.cabal @@ -1,5 +1,5 @@ name: obelisk-command -version: 0.8.0.1 +version: 0.8.0.0 cabal-version: >= 1.8 build-type: Simple