File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased] ( https://github.com/CE-Programming/toolchain/compare/v13 .0...master )
3+ ## [ Unreleased] ( https://github.com/CE-Programming/toolchain/compare/v14 .0...master )
44
5- # [ v14.0] ( https://github.com/CE-Programming/toolchain/releases/tag/v14.0 ) (2025-mm-dd )
5+ # [ v14.0] ( https://github.com/CE-Programming/toolchain/releases/tag/v14.0 ) (2025-12-22 )
66
77* ** New features**
88* String/number conversion:
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Default toolchain docs (should be latest release!)
4- export default_version=v13 .0
4+ export default_version=v14 .0
55
66# Maps target directory name to branch
77declare -A versions_map=(
8+ [v14.0]=v14.0
89 [v13.0]=v13.0
910 [v12.1]=v12.1-docs
1011 [v12.0]=v12.0
You can’t perform that action at this time.
0 commit comments