Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.11
Browse files Browse the repository at this point in the history
# [1.0.0-beta.11](1.0.0-beta.10...1.0.0-beta.11) (2024-05-31)

### Bug Fixes

* **env:** activate virtual environment via poetry ([5413d8b](5413d8b))
* **esi-shell:** run commands without TTY ([71d09ae](71d09ae))
* use default HOME and PWD inside container ([#80](#80)) ([1bf8b2e](1bf8b2e))
* use single command to execute container commands ([5a0f897](5a0f897))

### Features

* **esi-shell:** exec user command, pass through container options ([1217f36](1217f36))
  • Loading branch information
semantic-release-bot committed May 31, 2024
1 parent 71d09ae commit ad3d843
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.0.0-beta.11](https://github.com/BNLNPPS/esi-shell/compare/1.0.0-beta.10...1.0.0-beta.11) (2024-05-31)


### Bug Fixes

* **env:** activate virtual environment via poetry ([5413d8b](https://github.com/BNLNPPS/esi-shell/commit/5413d8b2949664690b32e91556b5a0da7cd0b9b8))
* **esi-shell:** run commands without TTY ([71d09ae](https://github.com/BNLNPPS/esi-shell/commit/71d09aead72b7ee821f02842c8906d126dbfbe88))
* use default HOME and PWD inside container ([#80](https://github.com/BNLNPPS/esi-shell/issues/80)) ([1bf8b2e](https://github.com/BNLNPPS/esi-shell/commit/1bf8b2e731c29011cfe315a63706c6efe440edaa))
* use single command to execute container commands ([5a0f897](https://github.com/BNLNPPS/esi-shell/commit/5a0f89767baf28fe106dc365b07ed5300283bd12))


### Features

* **esi-shell:** exec user command, pass through container options ([1217f36](https://github.com/BNLNPPS/esi-shell/commit/1217f362f3b05e78146bbda07537126815801e75))

# [1.0.0-beta.10](https://github.com/BNLNPPS/esi-shell/compare/1.0.0-beta.9...1.0.0-beta.10) (2024-05-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esi-shell",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "EIC Simulation Infrastructure",
"repository": {
"type": "git",
Expand Down

0 comments on commit ad3d843

Please sign in to comment.