Skip to content

Commit 7c84c20

Browse files
authored
Add Changelog section to README (#45)
1 parent 09da2a1 commit 7c84c20

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,14 @@ let (description, messages) = try await client.getPrompt(
136136
)
137137
```
138138

139+
## Changelog
140+
141+
This project follows [Semantic Versioning](https://semver.org/).
142+
For pre-1.0 releases, minor version increments (0.X.0) may contain breaking changes.
143+
144+
For details about changes in each release,
145+
see the [GitHub Releases page](https://github.com/modelcontextprotocol/swift-sdk/releases).
146+
139147
## License
140148

141149
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)