-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* housekeeping updates * shorten pr template * bump dev version
- Loading branch information
Showing
7 changed files
with
90 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
<!-- Please link or tag any issues that is PR closes --> | ||
<!-- | ||
Before submitting a pull request, please read: | ||
# Changes | ||
- https://github.com/qBraid/qbraid-qir/blob/main/CONTRIBUTING.md#pull-requests | ||
⚠️ Your pull request title should be short, detailed, and understandable for all. | ||
⚠️ Please link any issues that this PR aims to close, if applicable. | ||
⚠️ If you believe this PR should be highlighted in the qBraid-QIR CHANGELOG, please add a new entry to the `CHANGELOG.md` file, summarizing the change, and including a link back to the PR. | ||
--> | ||
|
||
## Summary of changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
Types of changes: | ||
- `Added`: for new features. | ||
- `Improved`: for improvements to existing functionality. | ||
- `Deprecated`: for soon-to-be removed features. | ||
- `Removed`: for now removed features. | ||
- `Fixed`: for any bug fixes. | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
### Improved | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
### Fixed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
__version__ = "0.2.2" | ||
__version__ = "0.2.3.dev" |