Skip to content

Commit 1ddd4d5

Browse files
committed
Release 1.0.0
This first stable release marks the public API as stable per SEP-1730: breaking changes now ship only in major releases, with the narrow exceptions documented in VERSIONING.md. The release adds ROADMAP.md and VERSIONING.md and contains no behavior changes. Future feature proposals can be incorporated without breaking changes. No incompatibilities have been identified with the known issues and pull requests.
1 parent 4147b9b commit 1ddd4d5

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2026-07-24
11+
12+
First stable release. The public API is now stable: breaking changes ship only in major releases,
13+
apart from the narrow exceptions documented in [VERSIONING.md](VERSIONING.md).
14+
15+
### Added
16+
17+
- Add `ROADMAP.md` outlining the path toward SEP-1730 (#465)
18+
- Add `VERSIONING.md` documenting the versioning and breaking-change policy (#466)
19+
1020
## [0.25.0] - 2026-07-18
1121

1222
### Added

lib/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MCP
4-
VERSION = "0.25.0"
4+
VERSION = "1.0.0"
55
end

0 commit comments

Comments
 (0)