Skip to content

Commit

Permalink
Merge pull request #64 from Qiskit/v0.5.0
Browse files Browse the repository at this point in the history
V0.5.0
  • Loading branch information
ydarias authored Feb 5, 2019
2 parents fce8051 + fb2e55f commit 5ed0b46
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### 🎉 Added

- Adding support for Qiskit Terra v0.7.X ([#61](https://github.com/Qiskit/qiskit-vscode/pull/61) by [@cbjuan](https://github.com/cbjuan))
- Adding Qiskit citation to the README ([#63](https://github.com/Qiskit/qiskit-vscode/pull/63) by [@cbjuan](https://github.com/cbjuan))

### 🐛 Fixed

### ✏️ Changed
Expand All @@ -29,6 +26,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### ❌ Removed

## [v0.5.0] - 2019-02-05

### 🎉 Added

- Adding Qiskit citation to the README ([#63](https://github.com/Qiskit/qiskit-vscode/pull/63) by [@cbjuan](https://github.com/cbjuan))
- Adding support for Qiskit Terra v0.7.X ([#61](https://github.com/Qiskit/qiskit-vscode/pull/61) by [@cbjuan](https://github.com/cbjuan))

### ❌ Removed

- Removing support for Qiskit Terra v0.5.X ([#61](https://github.com/Qiskit/qiskit-vscode/pull/61) by [@cbjuan](https://github.com/cbjuan))

## [v0.4.1] - 2018-11-05
Expand Down Expand Up @@ -291,7 +297,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Re-styling charts ([#97](https://github.ibm.com/IBMQuantum/qiskit-vscode/pull/97) by [@cbjuan](https://github.com/cbjuan))
- Extension size reduction ([#76](https://github.ibm.com/IBMQuantum/qiskit-vscode/pull/76) by [@ydarias](https://github.com/ydarias))

[unreleased]: https://github.com/Qiskit/qiskit-vscode/compare/v0.4.1...HEAD
[unreleased]: https://github.com/Qiskit/qiskit-vscode/compare/v0.5.0...HEAD
[v0.4.1]: https://github.com/Qiskit/qiskit-vscode/compare/v0.4.1...v0.5.0
[v0.4.1]: https://github.com/Qiskit/qiskit-vscode/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.6...v0.4.0
[v0.3.6]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.5...v0.3.6
Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"publisher": "qiskit",
"version": "0.4.1",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/Qiskit/qiskit-vscode"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"publisher": "qiskit",
"version": "0.4.1",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/Qiskit/qiskit-vscode"
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"publisher": "qiskit",
"version": "0.4.1",
"version": "0.5.0",
"engines": {
"node": "*"
},
Expand Down

0 comments on commit 5ed0b46

Please sign in to comment.