Skip to content

Commit 38c709c

Browse files
authored
chore(release):bump version to 0.3.0 (microsoft#309)
* chore(release):bump version to 0.3.0 * fix: rm assert version in output Signed-off-by: Joshua Duffney <jduffney@microsoft.com> --------- Signed-off-by: Joshua Duffney <jduffney@microsoft.com>
1 parent 3463927 commit 38c709c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wassette-mcp-server"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license.workspace = true
66

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,6 @@ mod version_tests {
10041004
let version_info = format_build_info();
10051005

10061006
// Check that the version output contains expected components
1007-
assert!(version_info.contains("0.2.0"));
10081007
assert!(version_info.contains("version.BuildInfo"));
10091008
assert!(version_info.contains("RustVersion"));
10101009
assert!(version_info.contains("BuildProfile"));

0 commit comments

Comments
 (0)