Skip to content

Commit

Permalink
Update extension CHANGELOG (#193)
Browse files Browse the repository at this point in the history
* Fix up extension CHANGELOG

* Remind us to polish extension CHANGELOG
  • Loading branch information
DavisVaughan authored Jan 21, 2025
1 parent 3144e85 commit dde788f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 2 additions & 0 deletions docs-old/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
10 changes: 1 addition & 9 deletions editors/code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dde788f

Please sign in to comment.