From cd19f48f85634429125d7d7beeccb45b80eaf000 Mon Sep 17 00:00:00 2001 From: spotware-git Date: Fri, 15 May 2026 09:18:57 +0300 Subject: [PATCH] chore(main): release 0.1.0 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1bd1759..f587c31 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/anthropics/claude-code/main/.claude-plugin/plugin-schema.json", "name": "ctrader-skills", - "version": "0.0.0", + "version": "0.1.0", "description": "Agent skills for the cTrader ecosystem by Spotware", "author": { "name": "Spotware Systems Ltd", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..b9b967f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## 0.1.0 (2026-05-15) + + +### Features + +* initial public release of ctrader-skills ([881c235](https://github.com/spotware/ctrader-skills/commit/881c235eaf5f1837cdb8ce48a466195c31bb6857)) + +## Changelog diff --git a/pyproject.toml b/pyproject.toml index fe11e4f..36e1120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ctrader-skills" -version = "0.0.0" +version = "0.1.0" description = "cTrader skills for agents - analyze market opportunities and trade under control" readme = "README.md" requires-python = ">=3.12"