We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d9f154 + c19f847 commit 25c620fCopy full SHA for 25c620f
.github/workflows/release-pr.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
release:
14
runs-on: ubuntu-latest
15
- if: github.event.head_commit.committer.name != 'GitHub'
+ # if: github.event.head_commit.committer.name != 'GitHub'
16
# needs: ci
17
permissions:
18
contents: write
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## 0.1.0 (2025-02-08)
4
5
6
+### Features
7
8
+* Initial release v0.1.0 ([1a77959](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/1a7795923fac8dca1991a47f161369b30ca382fe))
0 commit comments