diff --git a/CHANGELOG.md b/CHANGELOG.md index 972f94f..5b9d4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [0.13.1] - 2025-08-24 + +### Bug Fixes + +- *(deps)* Update rust crate serde_json to v1.0.141 (#151) +- *(deps)* Update rust crate serde_json to v1.0.143 (#155) +- *(ruby)* Resolve precedence issue with import keyword detection (#163) +- *(gemset)* Pass `GEM_PATH` env variable to commands (#164) +- *(rdbg)* Ensure we always have current dir (#165) + +### Styling + +- Allow conventional commits that start with a lowercase letter + +### Testing + +- Add tests for `root_path` and `shell_env` (#159) + +### Miscellaneous Tasks + +- Enable semantic commits for renovate +- *(deps)* Update pnpm to v10.14.0 (#156) +- *(deps)* Update pnpm to v10.15.0 (#161) + ## [0.13.0] - 2025-07-26 ### Bug Fixes @@ -90,4 +114,3 @@ All notable changes to this project will be documented in this file. ## [0.0.1] - 2024-05-10 - diff --git a/Cargo.lock b/Cargo.lock index 024d467..d049678 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -824,7 +824,7 @@ dependencies = [ [[package]] name = "zed_ruby" -version = "0.13.0" +version = "0.13.1" dependencies = [ "regex", "serde", diff --git a/Cargo.toml b/Cargo.toml index f6746bf..d647b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_ruby" -version = "0.13.0" +version = "0.13.1" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extension.toml b/extension.toml index d1bab36..0036685 100644 --- a/extension.toml +++ b/extension.toml @@ -1,7 +1,7 @@ id = "ruby" name = "Ruby" description = "Ruby support." -version = "0.13.0" +version = "0.13.1" schema_version = 1 authors = ["Vitaly Slobodin "] repository = "https://github.com/zed-extensions/ruby"