Skip to content

Commit 768f6bb

Browse files
authored
Prepare release 0.5.20260320 (#115)
* Add changelog for release 0.5.20260320 * Revise changelog and doc version * Fix extra space
1 parent 53bfc72 commit 768f6bb

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.5.20260320](https://github.com/Qiskit/ibm-quantum-schemas/tree/0.5.20260320) - 2026-03-20
2+
3+
### Changed
4+
5+
- The public interface has been revised and now conforms to the form:
6+
7+
```
8+
ibm_quantum_schemas.<program>.version_<x_y>.SomeModel
9+
```
10+
11+
([#113](https://github.com/Qiskit/ibm-quantum-schemas/issues/113))
12+
13+
### Added
14+
15+
- `sampler` model version `0.1_dev`
16+
17+
118
## [0.4.20260309](https://github.com/Qiskit/ibm-quantum-schemas/tree/0.4.20260309) - 2026-03-09
219

320
### Added

changelog.d/113.changed.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The short X.Y version
3030
version = ""
3131
# The full version, including alpha/beta/rc tags
32-
release = "0.3.20260226"
32+
release = "0.5.20260320"
3333

3434
# -- General configuration ---------------------------------------------------
3535

0 commit comments

Comments
 (0)