Skip to content

Commit

Permalink
fix(install): updating complete.yml to run jobs in parallel, and upda…
Browse files Browse the repository at this point in the history
…ted setup.py to explicity include pyscan/VERSION.json when using pip install . [skip ci]
  • Loading branch information
Conventional Changelog Action committed Sep 17, 2024
1 parent 84a1982 commit d8f0974
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.7.2](https://github.com/sandialabs/pyscan/compare/v0.7.1...v0.7.2) (2024-09-17)


### Bug Fixes

* **install:** now install without -e will work since version file moved to pyscan folder. Version workflow set to track accordingly. Install and runinfo will now fail if version not detected. ([62bd629](https://github.com/sandialabs/pyscan/commit/62bd6291857490b6738b7f85e05f035bb1d06467))
* **install:** updating complete.yml to run jobs in parallel, and updated setup.py to explicity include pyscan/VERSION.json when using pip install . ([84a1982](https://github.com/sandialabs/pyscan/commit/84a198212d433b23600ef5d9ce13adf099789f43))
* **measurement:** Update run_info.py ([68f0df2](https://github.com/sandialabs/pyscan/commit/68f0df2e06eab5e2021945fb8b6715b16022fa50))
* **workflows:** updating complete.yml to ensure the job complete2 does not have race condition, conflict, or other unwanted interaction with the job complete. ([acac485](https://github.com/sandialabs/pyscan/commit/acac485c89cf4e4b3bf3ed46712a0c95e86cca94))



## [0.7.1](https://github.com/sandialabs/pyscan/compare/v0.7.0...v0.7.1) (2024-09-13)


Expand Down
2 changes: 1 addition & 1 deletion pyscan/VERSION.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.7.1"
"version": "0.7.2"
}

0 comments on commit d8f0974

Please sign in to comment.