Skip to content

Commit 7ebca6f

Browse files
authored
Merge pull request #24 from CodeKeanu/chore/v0.8.0-release
chore: release v0.8.0
2 parents b770baf + f4bf0dc commit 7ebca6f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "steam-mcp"
7-
version = "0.7.1"
7+
version = "0.8.0"
88
description = "Steam API integration via Model Context Protocol (MCP)"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)