We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac2ea9 commit 329e93cCopy full SHA for 329e93c
CHANGELOG.md
@@ -3,6 +3,11 @@
3
All notable changes to this project will be documented in this file.
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
+## [0.1.10] - 2025-04-09
7
+
8
+- Added a few helpers for the updates/applications that can be called by other functions
9
+- Fixes # (issue)
10
11
## [0.1.9] - 2025-04-07
12
13
- Added the ability to have attachments to a chat message
VERSION
@@ -1 +1 @@
1
-0.1.9
+0.1.10
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name="pd-ai-agent-core",
20
- version="0.1.9",
+ version="0.1.10",
21
author="Parallels",
22
author_email="[email protected]",
23
description="A core library for AI agent functionality",
0 commit comments