Skip to content

Commit cbc7b4f

Browse files
committed
release: v0.0.9 (compile_commands.json + IDE integration)
- bump version to 0.0.9 in mcpp.toml and fingerprint.cppm - add xmake 3.0.7 to workspace dependencies - update mcpp workspace version to 0.0.9
1 parent 53f85a6 commit cbc7b4f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.xlings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"workspace": {
3-
"mcpp": "0.0.1"
3+
"mcpp": "0.0.9",
4+
"xmake": "3.0.7"
45
}
56
}

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

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)