File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v0.8.0] - 2025-12-11
11+
1012### Added
1113- ** Trading & Market Integration** (` steam_trading.py ` )
1214 - ` get_trade_offers ` - Get incoming/outgoing trade offers with item details
@@ -203,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203205- Docker Compose configuration
204206- Comprehensive README with usage instructions
205207
206- [ Unreleased ] : https://github.com/CodeKeanu/steam-mcp/compare/v0.7.1...HEAD
208+ [ Unreleased ] : https://github.com/CodeKeanu/steam-mcp/compare/v0.8.0...HEAD
209+ [ v0.8.0 ] : https://github.com/CodeKeanu/steam-mcp/compare/v0.7.1...v0.8.0
207210[ v0.7.1 ] : https://github.com/CodeKeanu/steam-mcp/compare/v0.7.0...v0.7.1
208211[ v0.7.0 ] : https://github.com/CodeKeanu/steam-mcp/compare/v0.6.0...v0.7.0
209212[ v0.6.0 ] : https://github.com/CodeKeanu/steam-mcp/compare/v0.5.4...v0.6.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " steam-mcp"
7- version = " 0.7.1 "
7+ version = " 0.8.0 "
88description = " Steam API integration via Model Context Protocol (MCP)"
99readme = " README.md"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments