tronic 0.3.5

A modular, async-first Rust client for the Tron blockchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
allow-branch = ["main"]
consolidate-commits = true
push = true
publish = true

pre-release-commit-message = "chore: Release"
tag-name    = "{{prefix}}v{{version}}"
tag-message = "chore: Release {{crate_name}} version {{version}}"
# sign-tag    = true

# Generate CHANGELOG for the new tag; cliff will put a version section by itself
pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]