From 097d001a0bd6a0e45282280b9d5218848db2e231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 16 Mar 2024 11:36:40 +0100 Subject: [PATCH] Prepare 1.0 --- CHANGELOG.md | 8 ++++++++ news/18.feature | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 news/18.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1eccd..bfb2394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.0](https://github.com/sbidoul/whool/tree/v1.0) - 2024-03-16 + + +### Features + +- Allow building from outside a git directory. This requires pip>=21.3. ([#18](https://github.com/sbidoul/whool/issues/18)) + + ## [v0.5](https://github.com/sbidoul/whool/tree/v0.5) - 2023-10-28 diff --git a/news/18.feature b/news/18.feature deleted file mode 100644 index 364a13b..0000000 --- a/news/18.feature +++ /dev/null @@ -1 +0,0 @@ -Allow building from outside a git directory. This requires pip>=21.3.