Lukas Goldschmidt 1 mesiac pred
rodič
commit
15686a93cf
3 zmenil súbory, kde vykonal 7 pridanie a 2 odobranie
  1. 5 0
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      pyproject.toml

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## v0.6.1
+- Release metadata bump after the snapshot system update.
+- Balance snapshots remain one row per account capture.
+- Snapshot valuation uses `crypto.get_price` and does not depend on the removed Bitstamp live-price cache.
+
 ## v0.6.0
 - Added one-row-per-account balance snapshots.
 - Snapshot reports now return the latest snapshots for one account as a plain array.

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-# exec-mcp v0.6.0
+# exec-mcp v0.6.1
 
 ## Release notes
 

+ 1 - 1
pyproject.toml

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "exec-mcp"
-version = "0.6.0"
+version = "0.6.1"
 description = "Execution MCP for Trader27"
 readme = "README.md"
 requires-python = ">=3.11"