readcon-core 0.14.0

An oxidized single and multiple CON file reader and writer with FFI bindings for ergonomic C/C++ usage.
Documentation
from_latest_tag = false
ignore_merge_commits = true
disable_changelog = false
disable_bump_commit = false
generate_mono_repository_global_tag = true
branch_whitelist = []
skip_ci = "[skip ci]"
skip_untracked = false
pre_bump_hooks = []
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []
tag_prefix = "v"

[git_hooks]

[commit_types]
enh = { changelog_title = "Enhancements" }
bug = { changelog_title = "Bugfixes" }
maint = { changelog_title = "Maintenance" }
prj = { changelog_title = "Project" }
doc = { changelog_title = "Documentation" }
tst = { changelog_title = "Tests" }
bld = { changelog_title = "Buildsystem" }
gen = { changelog_title = "Generated" }
dat = { changelog_title = "Data" }
bench = { changelog_title = "Benchmarks" }
# Allow types used on the v0.11–v0.13 merge line so `cog changelog` runs clean.
deps = { changelog_title = "Dependencies" }
wip = { changelog_title = "Work in progress" }
merge = { changelog_title = "Merges" }
chore = { changelog_title = "Chores" }
build = { changelog_title = "Build system" }
ci = { changelog_title = "CI" }
perf = { changelog_title = "Performance" }
refactor = { changelog_title = "Refactoring" }
style = { changelog_title = "Style" }
test = { changelog_title = "Tests" }
docs = { changelog_title = "Documentation" }
fix = { changelog_title = "Bug Fixes" }
feat = { changelog_title = "Features" }

[changelog]
path = "CHANGELOG.md"
authors = [
        { username = "HaoZeke", signature = "Rohit Goswami" }
]

[bump_profiles]