From 5feec714bdb6904c198a13dbbcfbda08cfc73cb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 15:21:13 -0300 Subject: [PATCH] chore(main): release 0.1.0 (#11) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..47a9222 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 0.1.0 (2022-01-05) + + +### Features + +* **docs:** created sphinx documentation ([#1](https://github.com/giuppep/rstr-client/issues/1)) ([98fb4e5](https://github.com/giuppep/rstr-client/commit/98fb4e561372b8a5855067f0b6fad2afa0967a36)) +* use rstr as context manager ([e7015a2](https://github.com/giuppep/rstr-client/commit/e7015a2432c48b52f19f1b6ef55a9fc14c469ce1)) + + +### Bug Fixes + +* add bytes ([9df484b](https://github.com/giuppep/rstr-client/commit/9df484b118194aad77894faa1451302ac044e488)) +* parse BlobMetadata size to int ([91e8dd0](https://github.com/giuppep/rstr-client/commit/91e8dd018a46e19c091a6b38419dcbee93456cd3)) +* use urljoin to join endpoint to base url ([1bb8b86](https://github.com/giuppep/rstr-client/commit/1bb8b8624970dde9c13a0902f1c773a58da10bbb))