Skip to content

Commit 97a0abc

Browse files
committed
chore(release): 2026.8.19.1 — bare-metal targets and BSP-supplied target worlds
Ships `--target riscv64-none-elf` / `riscv32-none-elf`: mcpp builds a freestanding image from C++20 modules and `mcpp run --target-triple` boots it through a per-target `runner` template, with the C library, startup code, memory layout and ISA profile all supplied by an ordinary dependency package (#455). New surface a package can use: * `mcpp:link-script=` / `mcpp::link_script(p)` — reaches the consumer's link * `mcpp::xpkg_dir(ns, name)` — where an [xlings] deps payload landed * `[target.<triple>].runner` — how to execute what this host cannot
1 parent b4da84d commit 97a0abc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcpp"
3-
version = "2026.8.18.3"
3+
version = "2026.8.19.1"
44
description = "Modern C++ build & package management tool"
55
license = "Apache-2.0"
66
authors = ["mcpp-community"]

src/version.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ import std;
3131

3232
export namespace mcpp {
3333

34-
inline constexpr std::string_view MCPP_VERSION = "2026.8.18.3";
34+
inline constexpr std::string_view MCPP_VERSION = "2026.8.19.1";
3535

3636
} // namespace mcpp

0 commit comments

Comments
 (0)