From 444c21fab0d3b937a3bac790a3ae9e47357a2ff7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Dec 2024 14:13:30 -0500 Subject: [PATCH] chore(release): 1.2.0 # [1.2.0](https://github.com/BNLNPPS/esi-shell/compare/1.1.2...1.2.0) (2024-12-04) ### Features * bump Spack to 0.23.0 and update esi-opticks ([#128](https://github.com/BNLNPPS/esi-shell/issues/128)) ([0a871ae](https://github.com/BNLNPPS/esi-shell/commit/0a871ae8b702e2d269c85f6ca4168d99fdbf5026)) --- CHANGELOG.md | 7 +++++++ esi-shell | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6374c7..0818fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/BNLNPPS/esi-shell/compare/1.1.2...1.2.0) (2024-12-04) + + +### Features + +* bump Spack to 0.23.0 and update esi-opticks ([#128](https://github.com/BNLNPPS/esi-shell/issues/128)) ([0a871ae](https://github.com/BNLNPPS/esi-shell/commit/0a871ae8b702e2d269c85f6ca4168d99fdbf5026)) + ## [1.1.2](https://github.com/BNLNPPS/esi-shell/compare/1.1.1...1.1.2) (2024-11-07) diff --git a/esi-shell b/esi-shell index 3e09636..712bc7b 100755 --- a/esi-shell +++ b/esi-shell @@ -28,7 +28,7 @@ REQUIRED_DOCKER_VERSION=23.0.0 # set default values IMAGE_NAME="ghcr.io/bnlnpps/esi-shell" IMAGE_TAG="latest" -ESI_SHELL_VERSION=1.1.2 +ESI_SHELL_VERSION=1.2.0 CONTAINER_COMMAND= CONTAINER_OPTIONS= diff --git a/pyproject.toml b/pyproject.toml index b32e1e4..2e6864b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esi-shell" -version = "1.1.2" +version = "1.2.0" description = "" authors = ["BNL NPPS"] readme = "README.md"