* Bug fix - large prop-type requests are now sent via POST instead of GET. Large titles would sometimes push this over the url character limit MediaWiki allows for GETs. * `Wiki` initializer now accepts custom API endpoints
1.3.0
* Removed `wgen` module, passwords can now be set via environment variables * Bumped dependency versions * General usability & robustness improvements
1.2.0
* Added new methods for fetching deleted revisions & undeleting pages * More descriptive user agent * Bumped dependency versions * General usability & robustness improvements
1.1.1
* Added `stashed_files()` method to `Wiki` * Improved error handling & retry strategy for `Wiki.upload()` * bump `requests` version
1.1.0
1.0.0
* meta-release, almost at feature parity with [jwiki](https://github.com/fastily/jwiki)