Skip to content

Commit 17eb120

Browse files
committed
chore(master): release nix4vscode 0.0.7
1 parent 53e0e35 commit 17eb120

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.0.7](https://github.com/nix-community/nix4vscode/compare/nix4vscode-v0.0.6...nix4vscode-v0.0.7) (2025-03-09)
4+
5+
6+
### Features
7+
8+
* add exporter ([7893339](https://github.com/nix-community/nix4vscode/commit/789333984f509504ed9b78d948676c0b57ef0b8b))
9+
310
## [0.0.6](https://github.com/nix-community/nix4vscode/compare/nix4vscode-v0.0.5...nix4vscode-v0.0.6) (2025-03-09)
411

512

Cargo.lock

+3-3
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
@@ -5,7 +5,7 @@ members = ["crates/code_api", "crates/exporter"]
55
name = "nix4vscode"
66
description = "A tool to prefetch VS Code extensions for Nix expressions"
77
readme = "README.md"
8-
version = "0.0.6"
8+
version = "0.0.7"
99
edition = "2024"
1010
license = "Apache-2.0"
1111
keywords = ["nix"]

crates/code_api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code-api"
3-
version = "0.1.0"
3+
version = "0.0.7"
44
edition = "2021"
55

66
[dependencies]

crates/exporter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "exporter"
3-
version = "0.1.0"
3+
version = "0.0.7"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)