Skip to content

Commit 65d0055

Browse files
authored
Version 1.1.2 release (#12)
* Version 1.1.2 release update (Readme.md, package.json, changelog)
1 parent 8e999b6 commit 65d0055

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.2] 2020-06-10
2+
3+
- Readme update
4+
15
## [1.1.1] 2020-01-21
26

37
- Major readme redesign and minor package.json changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Mainframe application developers can use the Code4z package for a modern, famili
77
Developers can now find the code they need to work on in Explorer for Endevor and Zowe Explorer, edit code assisted by COBOL or HLASM Language Support, and test the resulting code with the Debugger, all in one Mainframe development package.
88

99
<p align="center">
10-
<img src="https://raw.githubusercontent.com/BroadcomMFD/code4z/1.1.0/extensions.png" alt="Code4z Extensions"/>
10+
<img src="https://raw.githubusercontent.com/BroadcomMFD/code4z/master/extensions2.png" alt="Code4z Extensions"/>
1111
</p>
1212

1313
Powered by open source projects [Zowe](https://www.zowe.org/) and [Che](https://www.eclipse.org/che/). Many of these extensions, and other mainframe-oriented innovations, are also available as part of open source [Eclipse Che4z subproject](https://github.com/eclipse/che-che4z).
1414

1515

1616
## What’s New
1717

18-
* 2020-04-29 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) (v1.5) now supports editing and deletion of profiles and management of VSAM data sets.
18+
* 2020-06-03 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) (v1.6) now supports recall options for migrated data sets and streamlined profile creation.
1919
* 2020-04-20 - [Debugger for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) (v1.1) now supports conditional breakpoints, logpoints and hitcounts.
2020
* 2020-04-09 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) (v0.11) now supports automatic downloading of copybooks and downloading of nested copybooks.
2121

extensions.png

439 Bytes
Loading

extensions2.png

11.8 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code4z-extension-pack",
33
"displayName": "Code4z",
44
"description": "Mainframe pack for developers working with the z/OS applications",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"publisher": "broadcomMFD",
77
"icon": "icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)