Skip to content

Commit f15dc46

Browse files
Bump version to 0.1.1 (#13)
Co-authored-by: GitHub Action <[email protected]>
1 parent d113d91 commit f15dc46

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.1] - 2025-03-05
7+
8+
- Added a way to export a VirtualMachine to a dict for use in the chat agents
9+
- fixed an issue with the changelog.md
10+
611
## [0.1.0] - 2025-03-05
712

813
- Added a service for the vms datasource so any other service can access it

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

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

0 commit comments

Comments
 (0)