Skip to content

Commit 60692eb

Browse files
Bump version to 0.1.5 (#20)
Co-authored-by: GitHub Action <[email protected]>
1 parent f676787 commit 60692eb

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.5] - 2025-03-07
7+
8+
- Added an image optimization to reduce image size
9+
- Improved the notification service loop management
10+
611
## [0.1.4] - 2025-03-07
712

813
- Fixed an issue with the clone_vm command

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.4
1+
0.1.5

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.4",
20+
version="0.1.5",
2121
author="Parallels",
2222
author_email="[email protected]",
2323
description="A core library for AI agent functionality",

0 commit comments

Comments
 (0)