Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-04-25)

### Bug Fixes

* **build:** keep build cache dir ([#21](BNLNPPS/eic-opticks#21)) ([d81672d](BNLNPPS/eic-opticks@d81672d))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](BNLNPPS/eic-opticks#23)) ([76320cf](BNLNPPS/eic-opticks@76320cf))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](BNLNPPS/eic-opticks#22)) ([4cb9d19](BNLNPPS/eic-opticks@4cb9d19))
* **esi-shell:** improve user experience ([#20](BNLNPPS/eic-opticks#20)) ([0a464af](BNLNPPS/eic-opticks@0a464af))
* **esi-shell:** support only linux ([#13](BNLNPPS/eic-opticks#13)) ([6cfb154](BNLNPPS/eic-opticks@6cfb154))
* patch spack default modules.yaml ([#27](BNLNPPS/eic-opticks#27)) ([23183af](BNLNPPS/eic-opticks@23183af))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](BNLNPPS/eic-opticks#1)) ([b1d7513](BNLNPPS/eic-opticks@b1d7513))
* simplify build workflow, leverage login scripts ([#8](BNLNPPS/eic-opticks#8)) ([fd974b4](BNLNPPS/eic-opticks@fd974b4))
* use correct gdml file ([c014536](BNLNPPS/eic-opticks@c014536))

### Features

* add esi-shell ([#6](BNLNPPS/eic-opticks#6)) ([fa859aa](BNLNPPS/eic-opticks@fa859aa))
* setup semantic release ([71446f4](BNLNPPS/eic-opticks@71446f4))
* upgrade opticks to main@b55f15bd ([#26](BNLNPPS/eic-opticks#26)) ([946da36](BNLNPPS/eic-opticks@946da36))
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent 71446f4 commit 81974d1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 1.0.0 (2024-04-25)


### Bug Fixes

* **build:** keep build cache dir ([#21](https://github.com/BNLNPPS/esi-opticks/issues/21)) ([d81672d](https://github.com/BNLNPPS/esi-opticks/commit/d81672d8f4a08532e2719851320ee9e3112cb5a5))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](https://github.com/BNLNPPS/esi-opticks/issues/23)) ([76320cf](https://github.com/BNLNPPS/esi-opticks/commit/76320cf6e8d43e37414d0469ae8f81c950f97231))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](https://github.com/BNLNPPS/esi-opticks/issues/22)) ([4cb9d19](https://github.com/BNLNPPS/esi-opticks/commit/4cb9d19c3180ac66aab8d58a4e615cd4e0e6567e))
* **esi-shell:** improve user experience ([#20](https://github.com/BNLNPPS/esi-opticks/issues/20)) ([0a464af](https://github.com/BNLNPPS/esi-opticks/commit/0a464af1dd9d01cedb98dd50b3f3681dbe73da22))
* **esi-shell:** support only linux ([#13](https://github.com/BNLNPPS/esi-opticks/issues/13)) ([6cfb154](https://github.com/BNLNPPS/esi-opticks/commit/6cfb154d82fe252089b10ef92db3a63707c2a60b))
* patch spack default modules.yaml ([#27](https://github.com/BNLNPPS/esi-opticks/issues/27)) ([23183af](https://github.com/BNLNPPS/esi-opticks/commit/23183af24648db3fdcdf0c5a9dc94385d9aa1b9c))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](https://github.com/BNLNPPS/esi-opticks/issues/1)) ([b1d7513](https://github.com/BNLNPPS/esi-opticks/commit/b1d751357c61ac3e18a94262536ca397d1fa54e7))
* simplify build workflow, leverage login scripts ([#8](https://github.com/BNLNPPS/esi-opticks/issues/8)) ([fd974b4](https://github.com/BNLNPPS/esi-opticks/commit/fd974b4c42dbcb8c1247cd262bafbf16e4eb071b))
* use correct gdml file ([c014536](https://github.com/BNLNPPS/esi-opticks/commit/c014536e4452a815bef61a2b03bfe456a898bb7d))


### Features

* add esi-shell ([#6](https://github.com/BNLNPPS/esi-opticks/issues/6)) ([fa859aa](https://github.com/BNLNPPS/esi-opticks/commit/fa859aa91496b27fb66d891ef78a28ec90b45c50))
* setup semantic release ([71446f4](https://github.com/BNLNPPS/esi-opticks/commit/71446f43382f33ece6d7389a8e3bcb84f8e151ea))
* upgrade opticks to main@b55f15bd ([#26](https://github.com/BNLNPPS/esi-opticks/issues/26)) ([946da36](https://github.com/BNLNPPS/esi-opticks/commit/946da36cdc7fe309c63a8547ca8aeeeb0551a313))

## [1.1.4](https://github.com/BNLNPPS/esi-opticks/compare/1.1.3...1.1.4) (2024-04-25)


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-opticks",
"version": "1.1.4",
"version": "1.0.0",
"description": "esi shell project",
"repository": {
"type": "git",
Expand Down

0 comments on commit 81974d1

Please sign in to comment.