Skip to content

Commit

Permalink
Bump version to 0.2.3 and update CHANGELOG with error handling fix fo…
Browse files Browse the repository at this point in the history
…r SandboxDockerSession
  • Loading branch information
vndee committed Feb 22, 2025
1 parent df887cf commit 2bf3206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to LLM Sandbox will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.3] - 2025-02-22
### Fixed
- Add error handling for command execution in SandboxDockerSession (https://github.com/vndee/llm-sandbox/pull/28)

## [0.2.2] - 2025-02-12
### Fixed
- Refactor SandboxBackend to inherit from str and Enum for improved python 3.10 and earlier compatibility
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llm-sandbox"
version = "0.2.2"
version = "0.2.3"
description = "Lightweight and portable LLM sandbox runtime (code interpreter) Python library"
authors = ["Duy Huynh <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2bf3206

Please sign in to comment.