Skip to content

Commit 9c50e35

Browse files
authored
chore: release (#2)
1 parent 0a16fd7 commit 9c50e35

File tree

6 files changed

+25
-18
lines changed

6 files changed

+25
-18
lines changed

.release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.0...v0.1.1) (2025-04-27)
4+
5+
6+
### ⚙️ Miscellaneous Chores
7+
8+
* Release 0.1.0 ([0a16fd7](https://github.com/rust-mcp-stack/mcp-discovery/commit/0a16fd7fdac82b8c96c68295b4782dad1fdfcda7))
9+
310
## [0.1.0](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.0...v0.1.0) (2025-04-27)
411

512

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 = "mcp-discovery"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
repository = "https://github.com/rust-mcp-stack/mcp-discovery"
66
authors = ["Ali Hashemi"]

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- x-release-please-start-version -->
66

7-
# MCP Discovery (v0.1.0)
7+
# MCP Discovery (v0.1.1)
88

99
<!-- x-release-please-end -->
1010

docs/quickstart.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<!-- x-release-please-start-version -->
1010

1111
```sh
12-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-installer.sh | sh
12+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-installer.sh | sh
1313
```
1414

1515
#### **PowerShell script**
1616

1717
```sh
18-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-installer.ps1 | iex"
18+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-installer.ps1 | iex"
1919
```
2020

2121
<!-- x-release-please-end -->
@@ -40,78 +40,78 @@ brew install rust-mcp-stack/tap/mcp-discovery
4040
<tr>
4141
<td>
4242
<!-- x-release-please-start-version -->
43-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-aarch64-apple-darwin.tar.gz">mcp-discovery-aarch64-apple-darwin.tar.gz</a>
43+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-aarch64-apple-darwin.tar.gz">mcp-discovery-aarch64-apple-darwin.tar.gz</a>
4444
<!-- x-release-please-end -->
4545
</td>
4646
<td>Apple Silicon macOS</td>
4747
<td>
4848
<!-- x-release-please-start-version -->
49-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
49+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
5050
<!-- x-release-please-end -->
5151
</td>
5252
</tr>
5353
<tr>
5454
<td>
5555
<!-- x-release-please-start-version -->
56-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-x86_64-apple-darwin.tar.gz">mcp-discovery-x86_64-apple-darwin.tar.gz</a>
56+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-x86_64-apple-darwin.tar.gz">mcp-discovery-x86_64-apple-darwin.tar.gz</a>
5757
<!-- x-release-please-end -->
5858
</td>
5959
<td>Intel macOS</td>
6060
<td>
6161
<!-- x-release-please-start-version -->
62-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
62+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
6363
<!-- x-release-please-end -->
6464
</td>
6565
</tr>
6666
<tr>
6767
<td>
6868
<!-- x-release-please-start-version -->
69-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-x86_64-pc-windows-msvc.zip">mcp-discovery-x86_64-pc-windows-msvc.zip</a>
69+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-x86_64-pc-windows-msvc.zip">mcp-discovery-x86_64-pc-windows-msvc.zip</a>
7070
<!-- x-release-please-end -->
7171
</td>
7272
<td>x64 Windows (zip)</td>
7373
<td>
7474
<!-- x-release-please-start-version -->
75-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
75+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
7676
<!-- x-release-please-end -->
7777
</td>
7878
</tr>
7979
<tr>
8080
<td>
8181
<!-- x-release-please-start-version -->
82-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-x86_64-pc-windows-msvc.msi">mcp-discovery-x86_64-pc-windows-msvc.msi</a>
82+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-x86_64-pc-windows-msvc.msi">mcp-discovery-x86_64-pc-windows-msvc.msi</a>
8383
<!-- x-release-please-end -->
8484
</td>
8585
<td>x64 Windows (msi)</td>
8686
<td>
8787
<!-- x-release-please-start-version -->
88-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
88+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
8989
<!-- x-release-please-end -->
9090
</td>
9191
</tr>
9292
<tr>
9393
<td>
9494
<!-- x-release-please-start-version -->
95-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz">mcp-discovery-aarch64-unknown-linux-gnu.tar.gz</a>
95+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz">mcp-discovery-aarch64-unknown-linux-gnu.tar.gz</a>
9696
<!-- x-release-please-end -->
9797
</td>
9898
<td>ARM64 Linux</td>
9999
<td>
100100
<!-- x-release-please-start-version -->
101-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
101+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
102102
<!-- x-release-please-end -->
103103
</td>
104104
</tr>
105105
<tr>
106106
<td>
107107
<!-- x-release-please-start-version -->
108-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz">mcp-discovery-x86_64-unknown-linux-gnu.tar.gz</a>
108+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz">mcp-discovery-x86_64-unknown-linux-gnu.tar.gz</a>
109109
<!-- x-release-please-end -->
110110
</td>
111111
<td>x64 Linux</td>
112112
<td>
113113
<!-- x-release-please-start-version -->
114-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.0/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
114+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.1/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
115115
<!-- x-release-please-end -->
116116
</td>
117117
</tr>

0 commit comments

Comments
 (0)