From dde788fe6a840bd63854c082eff062c44d086ea1 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 21 Jan 2025 15:22:04 -0500 Subject: [PATCH] Update extension CHANGELOG (#193) * Fix up extension CHANGELOG * Remind us to polish extension CHANGELOG --- docs-old/developer.md | 2 ++ editors/code/CHANGELOG.md | 10 +--------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs-old/developer.md b/docs-old/developer.md index 3bee9c24..ba1c5a1b 100644 --- a/docs-old/developer.md +++ b/docs-old/developer.md @@ -8,6 +8,8 @@ When you want to cut a release: - Polish `CHANGELOG.md`, bump the version and add a new `Development version` header (yep, right away - `cargo dist` is smart enough to ignore this header). + - Polish `editors/code/CHANGELOG.md`, bump the version and add a new `Development version` header. + - In `crates/air/Cargo.toml`, bump the version. - Run `cargo check` to sync `Cargo.lock`. diff --git a/editors/code/CHANGELOG.md b/editors/code/CHANGELOG.md index da5e196f..68eb5054 100644 --- a/editors/code/CHANGELOG.md +++ b/editors/code/CHANGELOG.md @@ -6,14 +6,6 @@ ## Development version -- Fixed an issue where the name of the `editor.defaultFormatter` in the - `configurationDefaults` was being set incorrectly. - -## 1.0.1 - -- Fixed an issue where a unique `displayName` was needed in the Visual Studio - Marketplace. - -## 1.0.0 +## 0.2.0 - Initial release