Skip to content

Commit fa05845

Browse files
authored
Merge pull request #470 from koic/release_1_0_0
Release 1.0.0
2 parents 7f04cd3 + 1ddd4d5 commit fa05845

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)