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 Oct 10, 2018
1 parent feeb478 commit d1bbde6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.5.2 ] - [ 2018-10-10 ]
### Added

### Changed

### Removed

### Fixed
- wrong target qubits in the configuration files
- Jenkins test build profile to test against assembler


## [ 0.5.1 ] - [ 2018-09-12 ]
### Added
- API to obtain version number
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 1
#define OPENQL_PATCH_VERSION 2

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

Please sign in to comment.