ftracker-identifiers 0.0.2

Validated, no_std-first identifier types: CNPJ, ISIN, CFI, and ISO 3166-1 country codes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
# Create a GitHub Release for each published version.
git_release_enable = true
# Create an annotated git tag for each release (protected by the `v*` tag ruleset).
git_tag_enable = true
git_tag_name = "v{{ version }}"
git_release_name = "v{{ version }}"
# Keep a Changelog-style changelog, maintained from Conventional Commits.
changelog_update = true
# Fail the release PR if a change breaks semver without a matching version bump.
semver_check = true

[[package]]
name = "ftracker-identifiers"