Skip to content

Commit f16c232

Browse files
committed
Release v1.0.17
1 parent f8bf4bd commit f16c232

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
## [1.0.17] - 2026-04-04
1515

16-
- updated versions:
17-
- 12-bookworm: Vulkan 1.4.341.1
18-
- 13-trixie: Vulkan 1.4.341.1, LLVM 22
19-
- 14-forky: Vulkan 1.4.341.1, LLVM 22, Mesa 26.0.3
20-
- sid-unstable: Vulkan 1.4.341.1, LLVM 22, Mesa 26.0.4
16+
**Added**
17+
2118
- added tools: hyperfine, fd-find, fzf, ripgrep ([#40](https://github.com/jakoch/cpp-devbox/issues/40))
19+
20+
**Changed**
21+
22+
- updated versions:
23+
- 12-bookworm: Vulkan 1.4.341.1
24+
- 13-trixie: Vulkan 1.4.341.1, LLVM 22
25+
- 14-forky: Vulkan 1.4.341.1, LLVM 22, Mesa 26.0.3
26+
- sid-unstable: Vulkan 1.4.341.1, LLVM 22, Mesa 26.0.4
2227
- combined zsh configuration commands using sed
2328
- disabled zsh update prompt and auto update feature (DISABLE_UPDATE_PROMPT & DISABLE_AUTO_UPDATE)
2429
- fix for "locale alias file `/usr/share/locale/locale.alias' not found" by removing parameter
2530

2631
## [1.0.16] - 2026-01-18
2732

28-
### Changed
33+
**Changed**
2934

3035
- updated versions
3136
- 12-bookworm: Vulkan 1.4.335.0

devbox-test/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ case "$VERSION_CODENAME" in
1010
GCC_VERSION=13
1111
;;
1212
trixie)
13-
CLANG_VERSION=21
13+
CLANG_VERSION=22
1414
GCC_VERSION=14
1515
;;
1616
*)
17-
echo -e "\e[33m ⚠ Unknown Debian release ($VERSION_CODENAME). Defaulting to clang++-21 & g++-14.\e[0m"
18-
CLANG_VERSION=21
17+
echo -e "\e[33m ⚠ Unknown Debian release ($VERSION_CODENAME). Defaulting to clang++-22 & g++-14 (trixie).\e[0m"
18+
CLANG_VERSION=22
1919
GCC_VERSION=14
2020
;;
2121
esac

0 commit comments

Comments
 (0)