From 457547ea585f96ef5dfe5b9bda5012eb25924ba6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 12:21:24 +0000 Subject: [PATCH 1/3] chore(main): release 0.2.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c0bda..9d9c9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.2.0](https://github.com/iotexproject/quicksilver/compare/v0.1.1...v0.2.0) (2025-05-13) + + +### Features + +* Add get_cmc_metadata_v2 tool for enhanced cryptocurrency metadata retrieval ([#67](https://github.com/iotexproject/quicksilver/issues/67)) ([cc72dd2](https://github.com/iotexproject/quicksilver/commit/cc72dd27584f30a7fa2dc7c821d75db11f9817ac)) +* Add more l1 data ([#69](https://github.com/iotexproject/quicksilver/issues/69)) ([c9bc5ea](https://github.com/iotexproject/quicksilver/commit/c9bc5ea799b56cbcb754c47f0d4042e4153dec7b)) +* add Openmeter support ([#74](https://github.com/iotexproject/quicksilver/issues/74)) ([7170636](https://github.com/iotexproject/quicksilver/commit/7170636642640ca525db3def17f5169c50c07623)) +* add Openrouter support ([#75](https://github.com/iotexproject/quicksilver/issues/75)) ([d5865fc](https://github.com/iotexproject/quicksilver/commit/d5865fc2169d97a27639fba5391bd36d8b743d78)) +* add pebble api tool ([#45](https://github.com/iotexproject/quicksilver/issues/45)) ([8d437ac](https://github.com/iotexproject/quicksilver/commit/8d437ac389506f93eb95c595052cfbce4f2fe7f6)) +* Enhance DePINScan tool with advanced project filtering and optional fields ([#66](https://github.com/iotexproject/quicksilver/issues/66)) ([8f9e154](https://github.com/iotexproject/quicksilver/commit/8f9e154e27fe5701df5fe8f81932cca41e997468)) + + +### Bug Fixes + +* Improve error messages and enhance AskNebulaToolSchema description ([#68](https://github.com/iotexproject/quicksilver/issues/68)) ([9cfc993](https://github.com/iotexproject/quicksilver/commit/9cfc993348ffb872cf7ba9321e033f81a71eade2)) +* Remove is enabled check for raw data requests ([#62](https://github.com/iotexproject/quicksilver/issues/62)) ([3129ca1](https://github.com/iotexproject/quicksilver/commit/3129ca11e7505e4794a0a9a6d9a6f59635d141fc)) + + +### Reverts + +* gh token for actions ([#78](https://github.com/iotexproject/quicksilver/issues/78)) ([aea3a49](https://github.com/iotexproject/quicksilver/commit/aea3a492ed18a107f1e2aedc53e6f4c701e79a04)) + ## [0.1.1](https://github.com/iotexproject/quicksilver/compare/v0.1.0...v0.1.1) (2025-05-13) diff --git a/package.json b/package.json index 9feeab8..d9cb9d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quicksilver", - "version": "0.1.1", + "version": "0.2.0", "description": "", "main": "index.js", "type": "module", From 6720713493923bf38beb521ce8e04825f8606759 Mon Sep 17 00:00:00 2001 From: Nikita Ruban <64008830+nicky-ru@users.noreply.github.com> Date: Tue, 13 May 2025 20:23:45 +0800 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9c9b0..49fb683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,8 @@ # Changelog -## [0.2.0](https://github.com/iotexproject/quicksilver/compare/v0.1.1...v0.2.0) (2025-05-13) +## [0.1.2](https://github.com/iotexproject/quicksilver/compare/v0.1.1...v0.1.2) (2025-05-13) -### Features - -* Add get_cmc_metadata_v2 tool for enhanced cryptocurrency metadata retrieval ([#67](https://github.com/iotexproject/quicksilver/issues/67)) ([cc72dd2](https://github.com/iotexproject/quicksilver/commit/cc72dd27584f30a7fa2dc7c821d75db11f9817ac)) -* Add more l1 data ([#69](https://github.com/iotexproject/quicksilver/issues/69)) ([c9bc5ea](https://github.com/iotexproject/quicksilver/commit/c9bc5ea799b56cbcb754c47f0d4042e4153dec7b)) -* add Openmeter support ([#74](https://github.com/iotexproject/quicksilver/issues/74)) ([7170636](https://github.com/iotexproject/quicksilver/commit/7170636642640ca525db3def17f5169c50c07623)) -* add Openrouter support ([#75](https://github.com/iotexproject/quicksilver/issues/75)) ([d5865fc](https://github.com/iotexproject/quicksilver/commit/d5865fc2169d97a27639fba5391bd36d8b743d78)) -* add pebble api tool ([#45](https://github.com/iotexproject/quicksilver/issues/45)) ([8d437ac](https://github.com/iotexproject/quicksilver/commit/8d437ac389506f93eb95c595052cfbce4f2fe7f6)) -* Enhance DePINScan tool with advanced project filtering and optional fields ([#66](https://github.com/iotexproject/quicksilver/issues/66)) ([8f9e154](https://github.com/iotexproject/quicksilver/commit/8f9e154e27fe5701df5fe8f81932cca41e997468)) - - -### Bug Fixes - -* Improve error messages and enhance AskNebulaToolSchema description ([#68](https://github.com/iotexproject/quicksilver/issues/68)) ([9cfc993](https://github.com/iotexproject/quicksilver/commit/9cfc993348ffb872cf7ba9321e033f81a71eade2)) -* Remove is enabled check for raw data requests ([#62](https://github.com/iotexproject/quicksilver/issues/62)) ([3129ca1](https://github.com/iotexproject/quicksilver/commit/3129ca11e7505e4794a0a9a6d9a6f59635d141fc)) - - -### Reverts - -* gh token for actions ([#78](https://github.com/iotexproject/quicksilver/issues/78)) ([aea3a49](https://github.com/iotexproject/quicksilver/commit/aea3a492ed18a107f1e2aedc53e6f4c701e79a04)) - ## [0.1.1](https://github.com/iotexproject/quicksilver/compare/v0.1.0...v0.1.1) (2025-05-13) From a52be4708120900295c363f045bfd2e5b8c0a234 Mon Sep 17 00:00:00 2001 From: Nikita Ruban <64008830+nicky-ru@users.noreply.github.com> Date: Tue, 13 May 2025 20:24:04 +0800 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9cb9d0..9fff4f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quicksilver", - "version": "0.2.0", + "version": "0.1.2", "description": "", "main": "index.js", "type": "module",