This commit is contained in:
Andrey Nering
2025-12-18 17:55:19 -03:00
parent 9488a2a744
commit fc378cfb92
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased
## v3.46.2 - 2025-12-18
- Fixed a regression on previous release that affected variables passed via
command line (#2588, #2589 by @vmaerten).

View File

@@ -1 +1 @@
3.46.1
3.46.2

View File

@@ -7,7 +7,12 @@ outline: deep
::: v-pre
## v3.46.0 - 2025-12-18
## v3.46.2 - 2025-12-18
- Fixed a regression on previous release that affected variables passed via
command line (#2588, #2589 by @vmaerten).
## v3.46.1 - 2025-12-18
### ✨ Features