Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 25, 2024
1 parent 2f2c4eb commit 0e7b303
Show file tree
Hide file tree
Showing 3 changed files with 14 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.4.0",
".": "0.5.0",
"skip-github-release": false
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/PsiQ/qref/compare/v0.4.0...v0.5.0) (2024-06-25)


### Features

* changes visibility of classes and methods in schemav1 ([#99](https://github.com/PsiQ/qref/issues/99)) ([2f2c4eb](https://github.com/PsiQ/qref/commit/2f2c4eb032e4d5385804e6e5cbefef631906997c))


### Documentation

* Add Example for Using Rendering Module in Documentation ([#103](https://github.com/PsiQ/qref/issues/103)) ([966f67a](https://github.com/PsiQ/qref/commit/966f67a05b240e9412f784c1fd580fb706536341))

## [0.4.0](https://github.com/PsiQ/qref/compare/v0.3.0...v0.4.0) (2024-06-13)


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 = "qref"
version = "0.4.0"
version = "0.5.0"
description = "Quantum Resource Estimation Format"
authors = ["PsiQuantum, Corp."]
license = "Apache 2.0"
Expand Down

0 comments on commit 0e7b303

Please sign in to comment.