From 2b93ec65b146209bef0cd80fa044384a16843e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Jane=C5=BE?= Date: Tue, 13 Jun 2023 20:27:12 +0200 Subject: [PATCH] Assemble changes for 0.1.0 release --- .changelog/337.process.md | 8 -------- .changelog/515.bugfix.md | 1 - .changelog/516.bugfix.md | 1 - .changelog/516.cfg.md | 1 - .changelog/518.trivial.md | 1 - CHANGELOG.md | 18 +++++++++++++++++- 6 files changed, 17 insertions(+), 13 deletions(-) delete mode 100644 .changelog/337.process.md delete mode 100644 .changelog/515.bugfix.md delete mode 100644 .changelog/516.bugfix.md delete mode 100644 .changelog/516.cfg.md delete mode 100644 .changelog/518.trivial.md diff --git a/.changelog/337.process.md b/.changelog/337.process.md deleted file mode 100644 index fdf88d3f1..000000000 --- a/.changelog/337.process.md +++ /dev/null @@ -1,8 +0,0 @@ -Add Change Log and the Change Log fragments process for assembling it - -This follows the same Change Log fragments process as is used by [Oasis Core]. - -For more details, see [Change Log fragments]. - -[Oasis Core]: https://github.com/oasisprotocol/oasis-core -[Change Log fragments]: .changelog/README.md diff --git a/.changelog/515.bugfix.md b/.changelog/515.bugfix.md deleted file mode 100644 index 53a29f855..000000000 --- a/.changelog/515.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Handle zero active nodes correctly diff --git a/.changelog/516.bugfix.md b/.changelog/516.bugfix.md deleted file mode 100644 index 6b88f3a22..000000000 --- a/.changelog/516.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Change ParaTime picker selection colors diff --git a/.changelog/516.cfg.md b/.changelog/516.cfg.md deleted file mode 100644 index e8060c0c8..000000000 --- a/.changelog/516.cfg.md +++ /dev/null @@ -1 +0,0 @@ -Disable Emerald also on mainnet diff --git a/.changelog/518.trivial.md b/.changelog/518.trivial.md deleted file mode 100644 index e739e9464..000000000 --- a/.changelog/518.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Change color of - shown in case of zero active nodes diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0af5ef3..e3dddcdc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,4 +10,20 @@ The format is inspired by [Keep a Changelog]. - \ No newline at end of file + + +## 0.1.0 (2023-06-13) + +### Process Changes + +- Add Change Log and the Change Log fragments process for assembling it + ([#337](https://github.com/oasisprotocol/explorer/issues/337)) + + This follows the same Change Log fragments process as is used by [Oasis Core]. + + For more details, see [Change Log fragments]. + + [Oasis Core]: https://github.com/oasisprotocol/oasis-core + [Change Log fragments]: .changelog/README.md + +- Initial release