Skip to content

Commit

Permalink
php/elixir: Bump extensions versions to 0.0.6 and 0.0.5 (#12636)
Browse files Browse the repository at this point in the history
Includes:
- #12526
- #11879
- #12467

Release Notes:

- N/A
  • Loading branch information
osiewicz committed Jun 4, 2024
1 parent 8e79609 commit 910f668
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/elixir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zed_elixir"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
publish = false
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion extensions/elixir/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id = "elixir"
name = "Elixir"
description = "Elixir support."
version = "0.0.4"
version = "0.0.5"
schema_version = 1
authors = ["Marshall Bowers <[email protected]>"]
repository = "https://github.com/zed-industries/zed"
Expand Down
2 changes: 1 addition & 1 deletion extensions/php/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zed_php"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
publish = false
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion extensions/php/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id = "php"
name = "PHP"
description = "PHP support."
version = "0.0.5"
version = "0.0.6"
schema_version = 1
authors = ["Piotr Osiewicz <[email protected]>"]
repository = "https://github.com/zed-industries/zed"
Expand Down

0 comments on commit 910f668

Please sign in to comment.