What's Changed
* Add notes on how to install Kerberos on Windows by awol2005ex in https://github.com/Kimahriman/hdfs-native/pull/170
* Python docs by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/179
* Fix path handling in windows by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/202
Initial experimental CLI release
A new CLI command `hdfsn` was added to the Python package, which tries to mirror the `hdfs dfs` CLI. The main limitation currently is that globbing is not supported.
* Add initial CLI with mv command by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/174
* Add mkdir to CLI by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/188
* Add cat to CLI by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/190
* Add chown support by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/191
* Add chmod with octal mode support by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/194
* Add get to CLI by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/195
* Add put to CLI by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/197
* Add rmdir to CLI by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/199
* Add rm to CLI by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/200
* Add ls to cli by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/204
* Add touch to CLI by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/205
* Add du to CLI by Kimahriman in https://github.com/Kimahriman/hdfs-native/pull/207
New Contributors
* awol2005ex made their first contribution in https://github.com/Kimahriman/hdfs-native/pull/170
**Full Changelog**: https://github.com/Kimahriman/hdfs-native/compare/v0.11.0...v0.11.1