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 f676787 commit 60692ebCopy full SHA for 60692eb
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.5] - 2025-03-07
7
+
8
+- Added an image optimization to reduce image size
9
+- Improved the notification service loop management
10
11
## [0.1.4] - 2025-03-07
12
13
- Fixed an issue with the clone_vm command
VERSION
@@ -1 +1 @@
1
-0.1.4
+0.1.5
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name="pd-ai-agent-core",
20
- version="0.1.4",
+ version="0.1.5",
21
author="Parallels",
22
author_email="[email protected]",
23
description="A core library for AI agent functionality",
0 commit comments