Skip to content

Commit

Permalink
chore(main): release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 12, 2025
1 parent d86b121 commit fd5c752
Show file tree
Hide file tree
Showing 3 changed files with 12 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.9.0",
".": "0.10.0",
"skip-github-release": false
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.10.0](https://github.com/PsiQ/bartiq/compare/v0.9.0...v0.10.0) (2025-02-12)


### Features

* add repetitions to latex + fixes in jupyter widges ([#156](https://github.com/PsiQ/bartiq/issues/156)) ([de5ab7e](https://github.com/PsiQ/bartiq/commit/de5ab7eba7c7202c509695f6323e77e951812745))
* Implement qubit highwater computation ([#165](https://github.com/PsiQ/bartiq/issues/165)) ([6f15345](https://github.com/PsiQ/bartiq/commit/6f153452a73dff37354912c60787f929308324fd))
* **integrations:** fixed issue with section permutations ([de1d9cb](https://github.com/PsiQ/bartiq/commit/de1d9cb2499deb081ac118aeabac889024dfe71c))
* **integrations:** WIP on fixing routine explorer for very long expressions ([5d2a3df](https://github.com/PsiQ/bartiq/commit/5d2a3df30bc081c7e9265511bb249dedae1d48ec))

## [0.9.0](https://github.com/PsiQ/bartiq/compare/v0.8.2...v0.9.0) (2025-01-07)


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.9.0"
version = "0.10.0"
description = "Symbolic Quantum Resource Estimation compilation"
authors = ["PsiQuantum, Corp."]
license = "Apache 2.0"
Expand Down

0 comments on commit fd5c752

Please sign in to comment.