Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Include .txt files in go packages, update changelog (#3032)
Browse files Browse the repository at this point in the history
* include .txt files in go packages
* update release date
* comment out opstools cucumber tests
* update installDocker script
* Use specific version of Docker in unit tests

Signed-off-by: Erin Hughes <Erin.Hughes@ibm.com>
  • Loading branch information
erin-hughes committed Jun 2, 2021
1 parent 43fb478 commit a7b9989
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 101 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IBM Blockchain Platform Extension Change Log

## 2.0.3: May 27th 2021
## 2.0.3: June 2nd 2021

Announcements
---
Expand All @@ -15,6 +15,7 @@ Fixes
* Fixed broken path to the `create-custom-networks.md` tutorial when opening from the create environment command [#3005](https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/3005), [#3019](https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/3019)
* Fixed transaction output overflowing from its container in the transaction view [#3009](https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/3009)
* Prevented unsupported node types being read in and causing an error [#3013](https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/3013)
* Updated go packaging logic to include txt files [#3030](https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/3030)


Notes
Expand Down
3 changes: 2 additions & 1 deletion packages/blockchain-extension/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IBM Blockchain Platform Extension updated to v2.0.3
_Release date: May 27th 2021_
_Release date: June 2nd 2021_

Announcements
---
Expand All @@ -15,6 +15,7 @@ Fixes
* Fixed transaction output overflowing from its container in the transaction view [#3009](https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/3009)
* Prevented unsupported node types being read in and causing an error [#3013](https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/3013)
Notes
* Updated go packaging logic to include txt files [#3030](https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/3030)
---
* Smart contract debugging is unavailable [#2660](https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/2660)

Expand Down

0 comments on commit a7b9989

Please sign in to comment.