From 00077a75107624a50f0fc5f37d2aeaf0e34347ef Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Wed, 27 Oct 2021 23:40:29 +0200 Subject: [PATCH] Also, don't publish --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8959dfd..3040dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Revision history for Difluoroborane +## 0.4.0 -- 2021-10-27 + +* Second public development version + +## 0.3.0 -- 2021-10-01 + +* A version seen by enough people that the version number needs to be skipped but never a formally released version + ## 0.2.0 -- 2021-02-23 * Dammit, missed by four days. diff --git a/Cargo.toml b/Cargo.toml index 9c622e4..6ba4f66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ authors = [ "dequbed " ] license = "LGPL-3.0" edition = "2021" +publish = false [profile.release] opt-level = 3