Skip to content

Commit

Permalink
Bumped version to 0.1.0-rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
srtab committed Dec 30, 2024
1 parent c13ca59 commit 941ba19
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.10] - 2024-12-30

### Changed

- Moved `LANGUAGE_BASE_IMAGES` from `daiv_sandbox/main.py` to `daiv_sandbox/languages.py`.
Expand Down Expand Up @@ -187,7 +189,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.9...HEAD
[Unreleased]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.10...HEAD
[0.1.0-rc.10]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.9...v0.1.0-rc.10
[0.1.0-rc.9]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.8...v0.1.0-rc.9
[0.1.0-rc.8]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.7...v0.1.0-rc.8
[0.1.0-rc.7]: https://github.com/srtab/daiv-sandbox/compare/v0.1.0-rc.6...v0.1.0-rc.7
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.9"
__version__ = "v0.1.0-rc.10"
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.9"
version = "0.1.0-rc.10"
description = "Runtime sandbox to empower DAIV agents to run arbitrary code/commands."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

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

0 comments on commit 941ba19

Please sign in to comment.