Skip to content

Commit

Permalink
Merge pull request #1800 from zowe/chore/changelog
Browse files Browse the repository at this point in the history
chore: Update CHANGELOG versions for CLI and Secrets SDK
  • Loading branch information
traeok authored Sep 6, 2023
2 parents 38ea832 + 566c764 commit cc2aaa6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zowe-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Use Original NPM Version
id: original-npm-version
run: npm install -g npm@${{ steps.npm-version.outputs.number }}
run: npm install -g npm@${{ steps.npm-version.outputs.number || '9' }}

- name: Install Rust toolchain
id: install-rust
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

All notable changes to the Zowe CLI package will be documented in this file.

## `7.18.3`
## `7.18.4`

- Enhancement: Bump Secrets SDK to `7.18.3` - uses more reliable resolution logic for `prebuilds` folder; adds static CRT for Windows builds.
- BugFix: Bump Secrets SDK to `7.18.4` - uses more reliable resolution logic for `prebuilds` folder; adds static CRT for Windows builds.

## `7.18.0`

Expand Down
6 changes: 3 additions & 3 deletions packages/secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

All notable changes to the Zowe Secrets SDK package will be documented in this file.

## `7.18.3`
## `7.18.4`

- Enhancement: Separated module resolution logic during installation; added more error handling to provide a more graceful installation process.
- Enhancement: Add static CRT when compiling Windows builds.
- BugFix: Separated module resolution logic during installation; added more error handling to provide a more graceful installation process.
- BugFix: Add static CRT when compiling Windows builds.
- Added OVERVIEW document to package: provides context on the Secrets SDK transition and how it affects Zowe CLI and Zowe Explorer.

## `7.18.2`
Expand Down
5 changes: 4 additions & 1 deletion packages/secrets/src/keyring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
edition = "2021"
name = "keyring"
version = "0.0.0"
version = "1.0.0"
authors = ["Zowe Project"]
license = "EPL-2.0"
repository = "https://github.com/zowe/zowe-cli"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit cc2aaa6

Please sign in to comment.