Skip to content

Commit 6dcaf1b

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.4.0 [skip ci]
1 parent 8f5d990 commit 6dcaf1b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [0.4.0](https://github.com/aklinker1/bunv/compare/v0.3.2...v0.4.0) (2025-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Add support for Zig 0.13 back ([#18](https://github.com/aklinker1/bunv/issues/18)) ([e2f094e](https://github.com/aklinker1/bunv/commit/e2f094ecc490dbe370c9dcb83009feb14c7a50c9))
7+
* create parent directories before installation ([#22](https://github.com/aklinker1/bunv/issues/22)) ([50c15c8](https://github.com/aklinker1/bunv/commit/50c15c805d6aefb85878f5463407d7edb3c3cd74))
8+
* gracefully handle UserAborted errors ([#20](https://github.com/aklinker1/bunv/issues/20)) ([c1501b8](https://github.com/aklinker1/bunv/commit/c1501b88a5177456fbae9dbeaf2900a81be76492))
9+
* handle non-interactive terminals when prompting for version installation ([#19](https://github.com/aklinker1/bunv/issues/19)) ([72f2616](https://github.com/aklinker1/bunv/commit/72f26163edd36fd9dd68a0c58eb83e645e16be22))
10+
* Ignore making config directory if it already exists ([#25](https://github.com/aklinker1/bunv/issues/25)) ([b855bbf](https://github.com/aklinker1/bunv/commit/b855bbf0b4353ff7600303714f54bdd18116ed03))
11+
12+
13+
### Features
14+
15+
* add `BUNV_AUTO_INSTALL=1` environment variable ([#21](https://github.com/aklinker1/bunv/issues/21)) ([754c595](https://github.com/aklinker1/bunv/commit/754c595cefa0d31b1bd7cce49bd6c1dfab3b149c))
16+
* add support for `.tool-versions` files ([#23](https://github.com/aklinker1/bunv/issues/23)) ([9bf6914](https://github.com/aklinker1/bunv/commit/9bf691457ea12065be4197c3f6286753b6757c42))
17+
* Display message when no versions are installed ([#17](https://github.com/aklinker1/bunv/issues/17)) ([aac4b54](https://github.com/aklinker1/bunv/commit/aac4b54b66b6f06e99edeba5cb58b89c0a17d8cb))
18+
19+
20+
121
## [0.3.2](https://github.com/aklinker1/bunv/compare/v0.3.1...v0.3.2) (2025-03-08)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.3.2",
2+
"version": "0.4.0",
33
"packageManager": "bun@1.1.27"
44
}

0 commit comments

Comments
 (0)