fix(readme): Correct DATABASE_CONFIG example formatting in README and add local settings configuration file

This commit is contained in:
2025-08-14 07:22:44 +00:00
parent d5f56e6ef6
commit aedbc25269
3 changed files with 14 additions and 11 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-08-14 - 6.1.2 - fix(readme)
Correct DATABASE_CONFIG example formatting in README and add local settings configuration file
- Fix YAML formatting in DATABASE_CONFIG example to reflect proper YAML syntax
- Introduce .claude/settings.local.json with updated permission settings
## 2025-08-14 - 6.1.1 - fix(qenv)
Improve documentation, update dependencies, and refine project configuration