Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.8.0] - 2025-12-11

### Added
- **Trading & Market Integration** (`steam_trading.py`)
- `get_trade_offers` - Get incoming/outgoing trade offers with item details
Expand Down Expand Up @@ -203,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Docker Compose configuration
- Comprehensive README with usage instructions

[Unreleased]: https://github.com/CodeKeanu/steam-mcp/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/CodeKeanu/steam-mcp/compare/v0.8.0...HEAD
[v0.8.0]: https://github.com/CodeKeanu/steam-mcp/compare/v0.7.1...v0.8.0
[v0.7.1]: https://github.com/CodeKeanu/steam-mcp/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/CodeKeanu/steam-mcp/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/CodeKeanu/steam-mcp/compare/v0.5.4...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "steam-mcp"
version = "0.7.1"
version = "0.8.0"
description = "Steam API integration via Model Context Protocol (MCP)"
readme = "README.md"
license = "MIT"
Expand Down