Skip to content

Commit f1529e2

Browse files
committed
chore(version): Revert version to 1.0.0 as requested
- Reverted version in lib/mcp/version.rb from 1.1.1 to 1.0.0 - Updated Gemfile.lock to reflect version change - Modified CHANGELOG.md to move 1.1.0 and 1.1.1 features to Unreleased section - Removed gem files for versions 1.1.0 and 1.1.1 Closes task #1-version-revert-to-original
1 parent 97561e1 commit f1529e2

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.1.1] - 2025-04-04
9-
10-
### Changed
11-
- Fix: Removed unused pagination keys (as we don't have this feature yet) from API responses to align with MCP specification
12-
13-
## [1.1.0] - 2025-04-04
8+
## [Unreleased]
149

1510
### Added
1611
- Prompts Feature
1712
- New flexible API for the `messages` method supporting both hash and array inputs
1813
- Prompt ERB template support for JSON/XML structured data
1914

15+
### Changed
16+
- Fix: Removed unused pagination keys (as we don't have this feature yet) from API responses to align with MCP specification
17+
2018
## [1.0.0] - 2025-03-30
2119

2220
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fast-mcp (1.1.1)
4+
fast-mcp (1.0.0)
55
base64
66
dry-schema (~> 1.14)
77
json (~> 2.0)

lib/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Version information
44
module FastMcp
5-
VERSION = '1.1.1'
5+
VERSION = '1.0.0'
66
end

0 commit comments

Comments
 (0)