Skip to content

Commit

Permalink
version bumped for release
Browse files Browse the repository at this point in the history
  • Loading branch information
imranashraf committed Oct 31, 2019
1 parent 114e7d9 commit 442aa00
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.8.0 ] - [ 2019-10-31 ]
### Added
- support for CC backend

### Changed
-

### Removed
-

### Fixed
- fixed issue with duplicate kernel names
- updated json library to fix osx builds


## [ 0.7.1 ] - [ 2019-09-02 ]
### Added
-
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: openql
version: "0.7.1"
version: "0.8.0"

source:
# use the following path for the source if this recipe is inside the repo
Expand Down
4 changes: 2 additions & 2 deletions src/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 7
#define OPENQL_MINOR_VERSION 8

#define OPENQL_PATCH_VERSION 1
#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 442aa00

Please sign in to comment.