erlang: Bump to v0.1.0 (#17679)

Dairon M. and Marshall Bowers created

Changes:

- https://github.com/zed-industries/zed/pull/14914
- https://github.com/zed-industries/zed/pull/14879
- https://github.com/zed-industries/zed/pull/14923
- https://github.com/zed-industries/zed/pull/15973
- https://github.com/zed-industries/zed/pull/16955

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>

Change summary

Cargo.lock                       | 2 +-
extensions/erlang/Cargo.toml     | 2 +-
extensions/erlang/extension.toml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Detailed changes

Cargo.lock ๐Ÿ”—

@@ -14371,7 +14371,7 @@ dependencies = [
 
 [[package]]
 name = "zed_erlang"
-version = "0.0.1"
+version = "0.1.0"
 dependencies = [
  "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]

extensions/erlang/extension.toml ๐Ÿ”—

@@ -1,7 +1,7 @@
 id = "erlang"
 name = "Erlang"
 description = "Erlang support."
-version = "0.0.1"
+version = "0.1.0"
 schema_version = 1
 authors = ["Dairon M <dairon.medina@gmail.com>", "Fabian Bergstrรถm <fabian@fmbb.se>"]
 repository = "https://github.com/zed-industries/zed"