Skip to content

Commit 00fb8f2

Browse files
committed
chore(master): release nix4vscode 0.0.8
1 parent 07eabc9 commit 00fb8f2

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-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.7"
2+
".": "0.0.8"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/nix-community/nix4vscode/compare/nix4vscode-v0.0.7...nix4vscode-v0.0.8) (2025-03-11)
4+
5+
6+
### Features
7+
8+
* allow set iquerystate ([20c0e09](https://github.com/nix-community/nix4vscode/commit/20c0e09e78695d3ed3fe7b9226d9bc8a0be99df0))
9+
* **exporter:** allow fetch hash ([62c9d6e](https://github.com/nix-community/nix4vscode/commit/62c9d6e0c1b61a2d705c40239aae05ba5fdedff7))
10+
* **exporter:** batch update ([693697e](https://github.com/nix-community/nix4vscode/commit/693697e053430d9715c0bca24589e872540445ce))
11+
* **exporter:** do nix-gc after fetch url ([56a3eac](https://github.com/nix-community/nix4vscode/commit/56a3eac5adc85a856e032fb8cac62dbfe3d80e8d))
12+
* **exporter:** print log ([91adab5](https://github.com/nix-community/nix4vscode/commit/91adab58f3949e13b273ef56298ffb2b4383a828))
13+
* **exporter:** update primary key ([c2c722a](https://github.com/nix-community/nix4vscode/commit/c2c722ab9a2e5e165053a43a48b388e6fe08c425))
14+
* ignore some file ([bf47314](https://github.com/nix-community/nix4vscode/commit/bf47314964eba017855ea12a83b7318bf2cf78ed))
15+
316
## [0.0.7](https://github.com/nix-community/nix4vscode/compare/nix4vscode-v0.0.6...nix4vscode-v0.0.7) (2025-03-09)
417

518

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.7"
8+
version = "0.0.8"
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.0.7"
3+
version = "0.0.8"
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.0.7"
3+
version = "0.0.8"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)