Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16.1",
".": "0.17.0",
"skip-github-release": false
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.17.0](https://github.com/PsiQ/bartiq/compare/v0.16.1...v0.17.0) (2026-05-20)


### Features

* allow computing derived resources via evaluate function ([#288](https://github.com/PsiQ/bartiq/issues/288)) ([d66f2a3](https://github.com/PsiQ/bartiq/commit/d66f2a35c0704f9dfc3e4a5ce595b3f1150ad67d))


### Documentation

* add agent guidance ([#285](https://github.com/PsiQ/bartiq/issues/285)) ([4183c56](https://github.com/PsiQ/bartiq/commit/4183c56272d87ddf2f372ce0319f320859903161))
* remove unitary hack docs ([#290](https://github.com/PsiQ/bartiq/issues/290)) ([0bac3cc](https://github.com/PsiQ/bartiq/commit/0bac3cc6abeedd7d27d58993712b0a8f2451ab43))

## [0.16.1](https://github.com/PsiQ/bartiq/compare/v0.16.0...v0.16.1) (2026-02-03)


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