Skip to content

Commit c1b61d7

Browse files
Bump version to 0.1.4 (#18)
Co-authored-by: GitHub Action <[email protected]>
1 parent 447f886 commit c1b61d7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.4] - 2025-03-07
7+
8+
- Fixed an issue with the clone_vm command
9+
- Fixed an issue with the delete_vm command
10+
- Fixed an issue with the execute_on_vm command
11+
- Fixed an issue with the get_vm_os_version command
12+
- Fixed and issue with the set_vm_state command
13+
- Fixed an issue with the execute_vm_command_result
14+
615
## [0.1.3] - 2025-03-06
716

817
- Fixed issues with the VirtualMachine fields

VERSION

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

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

0 commit comments

Comments
 (0)