Skip to content

Commit 329e93c

Browse files
Bump version to 0.1.10 (#31)
Co-authored-by: GitHub Action <[email protected]>
1 parent 2ac2ea9 commit 329e93c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to this project will be documented in this file.
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

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+
611
## [0.1.9] - 2025-04-07
712

813
- Added the ability to have attachments to a chat message

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.9
1+
0.1.10

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="pd-ai-agent-core",
20-
version="0.1.9",
20+
version="0.1.10",
2121
author="Parallels",
2222
author_email="[email protected]",
2323
description="A core library for AI agent functionality",

0 commit comments

Comments
 (0)