opys-engine 0.12.0

Core library for opys — a file-based inventory of typed markdown documents with a verify gate and SQL query layer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# release-plz configuration — https://release-plz.dev/docs/config
[workspace]
changelog_update = true
# The four crates share one version (see [workspace.package] in Cargo.toml) and
# all publish to crates.io together, but the workspace cuts a single GitHub
# release + `v{version}` tag (for the `opys` binary), not one per crate.
git_release_enable = false
git_tag_enable = false
git_tag_name = "v{{ version }}"
git_release_name = "v{{ version }}"

[[package]]
name = "opys"
git_release_enable = true
git_tag_enable = true