Skip to content

Commit c381a87

Browse files
committed
chore(master): release nix4vscode 0.0.4
1 parent 0576b17 commit c381a87

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.3"
2+
".": "0.0.4"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.4](https://github.com/nix-community/nix4vscode/compare/nix4vscode-v0.0.3...nix4vscode-v0.0.4) (2025-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* fix [#223](https://github.com/nix-community/nix4vscode/issues/223) ([68bd357](https://github.com/nix-community/nix4vscode/commit/68bd357aa6cde94aeb6290b1ace05e026dd6d883))
9+
310
## [0.0.3](https://github.com/nix-community/nix4vscode/compare/nix4vscode-v0.0.2...nix4vscode-v0.0.3) (2025-02-23)
411

512

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nix4vscode"
33
description = "A tool to prefetch VS Code extensions for Nix expressions"
44
readme = "README.md"
5-
version = "0.0.3"
5+
version = "0.0.4"
66
edition = "2021"
77
license = "Apache-2.0"
88
keywords = ["nix"]

0 commit comments

Comments
 (0)