emmet: Upgrade zed_extension_api to v0.0.6 - #15177
Merged
Merged
Conversation
CharlesChen0823
pushed a commit
to CharlesChen0823/zed
that referenced
this pull request
Jul 29, 2024
This PR upgrades the Emmet extension to use v0.0.6 of the `zed_extension_api`. Release Notes: - N/A
Merged
MrSubidubi
added a commit
that referenced
this pull request
Jul 29, 2025
This PR bumps the emmet extension to version 0.0.4. Includes: - #33865 - #32208 - #15177 Note that this intentionally does NOT include a change in the `extension.toml`: The version was bumped incorrectly once in #32208 in both the `extension.toml` as well as the `Cargo.lock` but not in the `Cargo.toml`. After that, #33667 only removed the changes in the `Cargo.lock` but didn't revert the change in the `extension.toml` file. Hence, the version in the `extension.toml` is already at `0.0.4` Release Notes: - N/A
maxdeviant
added a commit
to zed-extensions/emmet
that referenced
this pull request
Aug 16, 2025
This PR upgrades the Emmet extension to use v0.0.6 of the `zed_extension_api`. Release Notes: - N/A
maxdeviant
pushed a commit
to zed-extensions/emmet
that referenced
this pull request
Aug 16, 2025
This PR bumps the emmet extension to version 0.0.4. Includes: - zed-industries/zed#33865 - zed-industries/zed#32208 - zed-industries/zed#15177 Note that this intentionally does NOT include a change in the `extension.toml`: The version was bumped incorrectly once in zed-industries/zed#32208 in both the `extension.toml` as well as the `Cargo.lock` but not in the `Cargo.toml`. After that, zed-industries/zed#33667 only removed the changes in the `Cargo.lock` but didn't revert the change in the `extension.toml` file. Hence, the version in the `extension.toml` is already at `0.0.4` Release Notes: - N/A
orual
pushed a commit
to orual/zed
that referenced
this pull request
Aug 23, 2025
This PR bumps the emmet extension to version 0.0.4. Includes: - zed-industries#33865 - zed-industries#32208 - zed-industries#15177 Note that this intentionally does NOT include a change in the `extension.toml`: The version was bumped incorrectly once in zed-industries#32208 in both the `extension.toml` as well as the `Cargo.lock` but not in the `Cargo.toml`. After that, zed-industries#33667 only removed the changes in the `Cargo.lock` but didn't revert the change in the `extension.toml` file. Hence, the version in the `extension.toml` is already at `0.0.4` Release Notes: - N/A
jasonsmithio
pushed a commit
to paddleboarddev/paddleboard
that referenced
this pull request
May 31, 2026
This PR bumps the emmet extension to version 0.0.4. Includes: - zed-industries/zed#33865 - zed-industries/zed#32208 - zed-industries/zed#15177 Note that this intentionally does NOT include a change in the `extension.toml`: The version was bumped incorrectly once in zed-industries/zed#32208 in both the `extension.toml` as well as the `Cargo.lock` but not in the `Cargo.toml`. After that, zed-industries/zed#33667 only removed the changes in the `Cargo.lock` but didn't revert the change in the `extension.toml` file. Hence, the version in the `extension.toml` is already at `0.0.4` Release Notes: - N/A
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
This PR upgrades the Emmet extension to use v0.0.6 of the `zed_extension_api`. Release Notes: - N/A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades the Emmet extension to use v0.0.6 of the
zed_extension_api.Release Notes: