Skip to content

Commit

Permalink
Fix (#48) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 18, 2024
1 parent 948319f commit d3dc4f3
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,9 +1,21 @@
## [1.0.2](https://github.com/sandialabs/qick-dawg/compare/v1.0.1...v1.0.2) (2024-12-18)


### Bug Fixes

* **pulse_readout:** pulse readout end was slightly off ([68eb37b](https://github.com/sandialabs/qick-dawg/commit/68eb37bbc09b0becce2c9c51757ab560665bcc9a))
* **rabi:** fixed rabi sequence, dropped 'length' syntax ([bdb7407](https://github.com/sandialabs/qick-dawg/commit/bdb7407917c73408db28b36c23d1107017f970ad))
* **readoutwindow:** modified readoutwindow so that it doesn't use sycnall ([b1bdc86](https://github.com/sandialabs/qick-dawg/commit/b1bdc86db1e95ef05f6c863b5a5d07347a42a6c7))



## [1.0.1](https://github.com/sandialabs/qick-dawg/compare/v0.0.6...v1.0.1) (2024-10-12)


### Bug Fixes

* **meta:** fixed import so it's no longer broken ([98db853](https://github.com/sandialabs/qick-dawg/commit/98db853614c61325841e4fc83b7cc3555bbff4d5))
* **meta:** fixed import so it's no longer broken ([#47](https://github.com/sandialabs/qick-dawg/issues/47)) [skip ci] ([4c4ef57](https://github.com/sandialabs/qick-dawg/commit/4c4ef57527fa38b323606968fb581aa23d2860ff))



Expand Down
2 changes: 1 addition & 1 deletion src/qickdawg/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit d3dc4f3

Please sign in to comment.