1 parent 72f1a82 commit 51ac767Copy full SHA for 51ac767
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.11.0 (2025-08-10)
2
+
3
+### 🚀 Features
4
5
+- make nixpkgs repository URL configurable via environment variable ([17fcb0f](https://github.com/jbadeau/mise-nix/commit/17fcb0f))
6
+- Add vscode extension install support ([9019950](https://github.com/jbadeau/mise-nix/commit/9019950))
7
+- Don't throw error on ls.remote if no compatible version(s) found ([92a04b9](https://github.com/jbadeau/mise-nix/commit/92a04b9))
8
9
+### ❤️ Thank You
10
11
+- jbadeau
12
13
## 0.10.0 (2025-08-03)
14
15
### 🚀 Features
package.json
@@ -1,6 +1,6 @@
{
"name": "mise-nix",
- "version": "0.10.0",
+ "version": "0.11.0",
"license": "Apache-2.0",
"scripts": {},
"private": true,
0 commit comments