Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump version to 0.0.2 #32

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions cdp-agentkit-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## Unreleased

## [0.0.2] - 2024-11-07

### Added

- Added `wow_create_token` action.
- Enhanced prompts.
- Refactored Action exports.

## [0.0.1] - 2024-11-04

Expand Down
2 changes: 1 addition & 1 deletion cdp-agentkit-core/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

project = 'CDP Agentkit - Core'
author = 'Coinbase Developer Platform'
release = '0.0.1'
release = '0.0.2'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion cdp-agentkit-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdp-agentkit-core"
version = "0.0.1"
version = "0.0.2"
description = "CDP Agentkit core primitives"
authors = ["John Peterson <john.peterson@coinbase.com>"]
readme = "README.md"
Expand Down
3 changes: 3 additions & 0 deletions cdp-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased

## [0.0.2] - 2024-11-07

### Added

- Added `wow_create_token` action to the cdp toolkit.
- Refactor most action/tool implementation to `cdp-agentkit-core`.

## [0.0.1] - 2024-11-04

Expand Down
2 changes: 1 addition & 1 deletion cdp-langchain/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

project = 'CDP Agentkit - LangChain'
author = 'Coinbase Developer Platform'
release = '0.0.1'
release = '0.0.2'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions cdp-langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdp-langchain"
version = "0.0.1"
version = "0.0.2"
description = "CDP Agentkit Langchain Extension"
authors = ["John Peterson <john.peterson@coinbase.com>"]
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ langchain-openai = "^0.2.4"
langgraph = "^0.2.39"
cdp-sdk = "^0.10.3"
pydantic = "^2.0"
cdp-agentkit-core = "^0.0.1"
cdp-agentkit-core = "^0.0.2"

[tool.poetry.group.dev.dependencies]
ruff = "^0.7.1"
Expand Down
Loading