Skip to content

Commit f75960a

Browse files
committed
Release 0.0.49: package-based project templates
Multi-level --template SPEC (bare name -> builtin | package default template; pkg:tmpl / pkg@ver / pkg@ver:tmpl), mcpp.scaffold render engine, [template.inject] features tie-in, new --list-templates, gui deprecation alias. Library-side: imgui 0.0.6 ships templates/window + templates/docking.
1 parent e3da66c commit f75960a

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.48"
3+
version = "0.0.49"
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.48";
21+
inline constexpr std::string_view MCPP_VERSION = "0.0.49";
2222

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)