From afd5505c95d23a2232ab0c907c927d628c1e1735 Mon Sep 17 00:00:00 2001 From: Imran Ashraf Date: Mon, 29 Oct 2018 06:23:16 +0100 Subject: [PATCH] bumped version to 0.6.0 --- CHANGELOG.md | 19 +++++++++++++++++++ ql/version.h | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c2a48c9..dd09f7c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ql/version.h b/ql/version.h index ba18d890b..d475a6154 100644 --- a/ql/version.h +++ b/ql/version.h @@ -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