Skip to content

Commit 8a61094

Browse files
authored
chore(release): prepare release v0.13.1 (#166)
## v0.13.1 ### 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)
1 parent 7ba92d6 commit 8a61094

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.13.1] - 2025-08-24
6+
7+
### Bug Fixes
8+
9+
- *(deps)* Update rust crate serde_json to v1.0.141 (#151)
10+
- *(deps)* Update rust crate serde_json to v1.0.143 (#155)
11+
- *(ruby)* Resolve precedence issue with import keyword detection (#163)
12+
- *(gemset)* Pass `GEM_PATH` env variable to commands (#164)
13+
- *(rdbg)* Ensure we always have current dir (#165)
14+
15+
### Styling
16+
17+
- Allow conventional commits that start with a lowercase letter
18+
19+
### Testing
20+
21+
- Add tests for `root_path` and `shell_env` (#159)
22+
23+
### Miscellaneous Tasks
24+
25+
- Enable semantic commits for renovate
26+
- *(deps)* Update pnpm to v10.14.0 (#156)
27+
- *(deps)* Update pnpm to v10.15.0 (#161)
28+
529
## [0.13.0] - 2025-07-26
630

731
### Bug Fixes
@@ -90,4 +114,3 @@ All notable changes to this project will be documented in this file.
90114

91115
## [0.0.1] - 2024-05-10
92116

93-
<!-- generated by git-cliff -->

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zed_ruby"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
edition = "2021"
55
publish = false
66
license = "Apache-2.0"

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "ruby"
22
name = "Ruby"
33
description = "Ruby support."
4-
version = "0.13.0"
4+
version = "0.13.1"
55
schema_version = 1
66
authors = ["Vitaly Slobodin <[email protected]>"]
77
repository = "https://github.com/zed-extensions/ruby"

0 commit comments

Comments
 (0)