Skip to content

Commit

Permalink
Bumped package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
srtab committed Dec 16, 2024
1 parent 1765ad9 commit ee69ba9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.1.0-rc.7] - 2024-12-16

### Added

- Added `ping` method to `SandboxDockerSession` to check if the Docker client is responding.
Expand Down Expand Up @@ -150,7 +152,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Implemented core functionalities for sandbox sessions using Docker.
- Added API endpoint to run commands in a sandboxed container.

[Unreleased]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.6...HEAD
[Unreleased]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.7...HEAD
[0.1.0-rc.7]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.6...v0.1.0-rc.7
[0.1.0-rc.6]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.5...v0.1.0-rc.6
[0.1.0-rc.5]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.4...v0.1.0-rc.5
[0.1.0-rc.4]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.3...v0.1.0-rc.4
Expand Down
2 changes: 1 addition & 1 deletion daiv_sandbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.1.0-rc.5"
__version__ = "v0.1.0-rc.7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "daiv-sandbox"
version = "0.1.0-rc.5"
version = "0.1.0-rc.7"
description = "Runtime sandbox to empower DAIV agents to run arbitrary code/commands."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee69ba9

Please sign in to comment.