We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943764f commit eeeb6aeCopy full SHA for eeeb6ae
CHANGES.md
@@ -16,6 +16,11 @@
16
* Add tests for CLI and implementations when invoked through the CLI
17
* Refactored code dealing with requests and authentication to the `STACpopulator/requests.py` file
18
* Add `--log-file` command line option to specify a non-default location to write log files to
19
+* fix incorrect example in README
20
+* move argument parsing for logging options to the implementation code
21
+* fix bug where logging options were being set incorrectly
22
+* rename files to avoid potential naming conflicts with other packages (`logging` and `requests`)
23
+
24
25
## [0.6.0](https://github.com/crim-ca/stac-populator/tree/0.6.0) (2024-02-22)
26
0 commit comments