Skip to content

Commit b5bac37

Browse files
committed
release: bump version to 0.0.16
New in this release: - Custom [indices] in mcpp.toml with project-level isolation - Lockfile v2 with index SHA pinning and namespace tracking - mcpp index pin/unpin CLI commands - Fetcher routing for custom git and local path indices - Workspace indices inheritance - Auto-clone custom index repos on first build - README redesign with demo GIF, AI onboarding, contributor guide - Agent skills: mcpp-contributing, mcpp-usage
1 parent 0d7e02a commit b5bac37

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 = "0.0.15"
3+
version = "0.0.16"
44
description = "Modern C++ build & package management tool"
55
license = "Apache-2.0"
66
authors = ["mcpp-community"]

src/toolchain/fingerprint.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import mcpp.toolchain.detect;
1818

1919
export namespace mcpp::toolchain {
2020

21-
inline constexpr std::string_view MCPP_VERSION = "0.0.15";
21+
inline constexpr std::string_view MCPP_VERSION = "0.0.16";
2222

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)