shindo_coding_utils 0.4.11

A utils crates which will be used in various micro-services
docs.rs failed to build shindo_coding_utils-0.4.11
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: shindo_coding_utils-0.4.10

A personal crates

Publishing a new version

Crates.io versions are permanent and cannot be overwritten, so always bump the version in Cargo.toml before publishing.

cargo login
cargo fmt
cargo test
cargo publish --dry-run
cargo package --list
cargo publish

After publishing, tag the release commit with the same version:

git tag vX.Y.Z
git push origin main --tags