diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8a7340..c13e5c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Zowe Client Python SDK will be documented in this file. -## Recent Changes +## `1.0.0-dev16` ### Enhancements @@ -47,7 +47,11 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil ### Bug Fixes -- Replaces `datasets` in function names with `data_sets` as a standard and sets unnecessary public variables to private [#83] (https://github.com/zowe/zowe-client-python-sdk/issues/83) +- *Breaking*: Replaced `datasets` in function names with `data_sets` as a standard. [#83] (https://github.com/zowe/zowe-client-python-sdk/issues/83) +- *Breaking*: Made unnecessary public variables to private [#83] (https://github.com/zowe/zowe-client-python-sdk/issues/83) + - `profile_manager._appname -> profile_manager.__appname` + - `profile_manager._show_warnings -> profile_manager.__show_warnings` + - `... and others ...` - Fixed `Files.create_data_set` to accept "FBA", "FBM", "VBA", "VBM" as valid recfm [#240](https://github.com/zowe/zowe-client-python-sdk/issues/240) - Fixed an issue with `Jobs.list_jobs` user correlator parameter [#242](https://github.com/zowe/zowe-client-python-sdk/issues/242) - Fixed default encoding for I/O operations to be UTF-8 on Windows [#243](https://github.com/zowe/zowe-client-python-sdk/issues/243) diff --git a/src/_version.py b/src/_version.py index 525a787e..53111a0a 100644 --- a/src/_version.py +++ b/src/_version.py @@ -1 +1 @@ -__version__ = "1.0.0.dev15" +__version__ = "1.0.0.dev16" diff --git a/src/secrets/Cargo.lock b/src/secrets/Cargo.lock index 549e5cd2..3cae7398 100644 --- a/src/secrets/Cargo.lock +++ b/src/secrets/Cargo.lock @@ -241,7 +241,7 @@ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "keyring" -version = "1.0.0-dev15" +version = "1.0.0-dev16" dependencies = [ "pyo3", "secrets_core", diff --git a/src/secrets/Cargo.toml b/src/secrets/Cargo.toml index cb7cf4e2..4792b7de 100644 --- a/src/secrets/Cargo.toml +++ b/src/secrets/Cargo.toml @@ -2,7 +2,7 @@ name = "keyring" readme = "README.md" repository = "https://github.com/zowe/zowe-client-python-sdk" -version = "1.0.0-dev15" +version = "1.0.0-dev16" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html