Skip to content

Commit

Permalink
chore(main): release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 9, 2024
1 parent 63ad716 commit f101732
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.6.0",
".": "0.7.0",
"skip-github-release": false
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.7.0](https://github.com/PsiQ/bartiq/compare/v0.6.0...v0.7.0) (2024-10-09)


### Features

* Add Single-Parameter Optimization Module to Bartiq ([#118](https://github.com/PsiQ/bartiq/issues/118)) ([e407474](https://github.com/PsiQ/bartiq/commit/e4074741b41fabf3737fde00d5fcd22138e46652))
* Use ensure_routine to streamline conversion from Qref to Bartiq ([#125](https://github.com/PsiQ/bartiq/issues/125)) ([c03e5f0](https://github.com/PsiQ/bartiq/commit/c03e5f037e01c37e643334ce9a736802d7d6dd2b))


### Bug Fixes

* Fix LaTeX rendering in docs ([#124](https://github.com/PsiQ/bartiq/issues/124)) ([1976ae9](https://github.com/PsiQ/bartiq/commit/1976ae9c0eed9e48a86b8a2e9cd0909b92522ac9))
* handling of function names with "lambda" in them ([#128](https://github.com/PsiQ/bartiq/issues/128)) ([63ad716](https://github.com/PsiQ/bartiq/commit/63ad7169f94b425b01224bc1e34ae0f3b6957275))

## [0.6.0](https://github.com/PsiQ/bartiq/compare/v0.5.1...v0.6.0) (2024-09-19)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bartiq"
version = "0.6.0"
version = "0.7.0"
description = "Symbolic Quantum Resource Estimation compilation"
authors = ["PsiQuantum, Corp."]
license = "Apache 2.0"
Expand Down

0 comments on commit f101732

Please sign in to comment.