Skip to content

Commit

Permalink
bumped version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imranashraf committed Oct 29, 2018
1 parent 027e4f3 commit afd5505
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,30 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.6 ] - [ 2018-10-29 ]
### Added
- generated qasm code conforms to cQASM v1.0 specification
- added libqasm to pytest to test conformance of generated qasm


### Changed
- ALAP scheduler is the default option (Issue #193)
- compiling an empty program raises error (Issue #164)

### Removed


### Fixed
- tests are added to test option setting/getting (Issue #190)



## [ 0.5.5 ] - [ 2018-10-25 ]
### Added

### Changed
- simplified interface of Program.set_sweep_points (Issue #184)

### Removed

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions ql/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define OPENQL_MAJOR_VERSION 0

#define OPENQL_MINOR_VERSION 5
#define OPENQL_MINOR_VERSION 6

#define OPENQL_PATCH_VERSION 5
#define OPENQL_PATCH_VERSION 0

// Make it easier to check for QISA version dependencies.
// This assumes the PATCH and MINOR version will not exceed 99
Expand Down

0 comments on commit afd5505

Please sign in to comment.