@@ -2,6 +2,10 @@
## v0.3.x
+### v0.3.1 (in preparation)
+
+- Annotate example configuration file with guidance.
### v0.3.0 (20 April 2025)
- Add option to specify date ranges or limits using `--start-date` and `--end-date`. This applies to `list-*` and `stats` command options.
@@ -3,6 +3,8 @@
(provide dbloc
PIname)
+; Update this to provide the path of the proposals SQLite database file
(define dbloc "/path/to/database")
+; Update this to the PI's family name
(define PIname "Lastname")