v0.0.3
What's Changed
- Data backend: Refactored the source of truth for the documentation outline
into the package itself, tocratedb-outline.yaml - CLI: Provided new subcommand
cratedb-about outline - API: Provided
cratedb_about.CrateDbKnowledgeOutlinefor retrieving
information from the knowledge base outline within Python programs - CLI: Zapped working tree building by establishing a new
cratedb-about build
subcommand - CI: Added GHA workflow for publishing package to PyPI
- API: Improved data model and interface
- API: Refactored LLM conversations code to
CrateDbKnowledgeConversation
Details
- Chore: Clean up
buildfolder. Sources should be insrc. by @amotl in #13 - Chore: Use
public_htmlas build folder.buildis used for Python. by @amotl in #14 - Data backend: Refactor the source of truth to
cratedb-outline.yamlby @amotl in #15 - CLI: Zap working tree building by establishing
cratedb-about buildby @amotl in #16 - CI: Add GHA workflow for publishing package to PyPI by @amotl in #17
- This and that by @amotl in #18
- This and that II by @amotl in #19
Full Changelog: v0.0.2...v0.0.3