Skip to content

Commit 3b827c4

Browse files
Bump version to 0.1.3 (#16)
Co-authored-by: GitHub Action <[email protected]>
1 parent 3f1e16d commit 3b827c4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3] - 2025-03-06
7+
8+
- Fixed issues with the VirtualMachine fields
9+
610
## [0.1.2] - 2025-03-05
711

812

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.1.3

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

0 commit comments

Comments
 (0)