Skip to content

Commit b44d9d1

Browse files
docs: Update CHANGELOG for v1.1.0 (#5)
Co-authored-by: Richard Morrison <richard.morrison@quantinuum.com>
1 parent a2554ad commit b44d9d1

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.1.0 (2024-12-18)
2+
3+
4+
### Added
5+
6+
- Handle unknown optypes in backendinfo (#3).
7+
8+
9+
### Fixed
10+
11+
- Support valid types for compiler options (#4).
12+
13+
114
## v1.0.0 (2024-10-21)
215

316
First release.

devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
{
44
# https://devenv.sh/packages/
5-
packages = [ pkgs.poetry ];
5+
packages = [ pkgs.poetry pkgs.commitizen ];
66
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quantinuum-schemas"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Shared data models for Quantinuum."
55
authors = ["Matthew Burke <matthew.burke@quantinuum.com>"]
66
readme = "README.md"

templates/CHANGELOG.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
{% for change in changes %}
2020
{% if change.message %}
21-
- woohoo {% if change.scope %} **{{ change.scope }}**:{% endif %} {{ change.message|capitalize }}{% if not change.message.endswith((".", "?", "!")) %}.{% endif %}
21+
-{% if change.scope %} **{{ change.scope }}**:{% endif %} {{ change.message|capitalize }}{% if not change.message.endswith((".", "?", "!")) %}.{% endif %}
2222
{% endif %}
2323

2424
{% endfor %}

0 commit comments

Comments
 (0)