Skip to content

Commit

Permalink
bumped version number and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
imranashraf committed Sep 12, 2018
1 parent ea3f273 commit e0d47da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.5 ] - [ 2018-xx-xx ]
## [ 0.5.1 ] - [ 2018-09-12 ]
### Added
- API to obtain version number

### Changed

### Removed

### Fixed
- qisa format (removed comma)


## [ 0.5 ] - [ 2018-06-26 ]
### Added
- support for classical instructions
- support for flow control (selection and repetition)
Expand Down
2 changes: 1 addition & 1 deletion ql/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define OPENQL_MINOR_VERSION 5

#define OPENQL_PATCH_VERSION 0
#define OPENQL_PATCH_VERSION 1

// 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 e0d47da

Please sign in to comment.