Skip to content

Commit

Permalink
Merge branch 'main' into Fix_request_arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
pem70 authored Jul 1, 2024
2 parents 46dd146 + 90d6e5b commit 45eed1d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0.dev15"
__version__ = "1.0.0.dev16"
2 changes: 1 addition & 1 deletion src/secrets/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/secrets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45eed1d

Please sign in to comment.