We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd36692 + 29a38b0 commit 3a2d171Copy full SHA for 3a2d171
CHANGELOG.md
@@ -1,11 +1,14 @@
1
# Changelog
2
3
-## [UNRELEASED]
+## Unreleased
4
+
5
+## [v0.5.0] 2023-02-23
6
7
* bug fixes:
8
* @JessicaS11 fixed a bug where the Auth class was invoked without the proper parameters
9
* if a user specifies the netrc strategy and there is no netrc an exception is raised
- * Opening files using URLs was not working properly on AWS, thanks to @amfriesz for reporting it!
10
+ * S3 URLs broke the Store class when opened outside AWS
11
+ * Opening files using URLs was not working properly on AWS, thanks to @amfriesz for reporting it!
12
* CI changes:
13
* documentation is now only built for the main, dev and documentation branches
14
* noteboks are executed every time the documentation gets published!
0 commit comments