Skip to content

Commit 0066aba

Browse files
chore(main): release 0.0.2
1 parent c2dc5aa commit 0066aba

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/stackone-ai": "0.0.1"
2+
"packages/stackone-ai": "0.0.2"
33
}

packages/stackone-ai/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/StackOneHQ/stackone-ai-python/compare/v0.0.1...v0.0.2) (2025-02-21)
4+
5+
6+
### Features
7+
8+
* docs site ([7a2984c](https://github.com/StackOneHQ/stackone-ai-python/commit/7a2984c33deb748abe3f282a449075631da80aef))
9+
* langchain tools ([#2](https://github.com/StackOneHQ/stackone-ai-python/issues/2)) ([c2dc5aa](https://github.com/StackOneHQ/stackone-ai-python/commit/c2dc5aadda1104117c60703ccca6ceb63f8fd68d))
10+
* openai compat tools ([64ac1da](https://github.com/StackOneHQ/stackone-ai-python/commit/64ac1da8f1d4fad090a1822d751e003a2cca2e52))

packages/stackone-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackone-ai"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "tools for stackone"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)