| Crates.io | banner-builder |
| lib.rs | banner-builder |
| version | 0.2.6 |
| created_at | 2023-11-23 08:04:52.939265+00 |
| updated_at | 2024-11-02 11:24:45.766836+00 |
| description | Simple image and banner generator for YouTube thumbnails, Meetups, social networks |
| homepage | https://banner-builder.code-maven.com/ |
| repository | https://github.com/szabgab/banner-builder.rs |
| max_upload_size | |
| id | 1045906 |
| size | 65,812 |
See the Banner Builder web site.
git clone https://github.com/szabgab/banner-builder.rs/Install pre-commit
In the cloned repository run pre-commit install
cargo test
./regenerate_images.sh
Update version number in Cargo.toml to 0.2.6
Update the CHANGES.md file
run cargo fmt
run cargo clippy
run cargo test
git add .
git commit -m "prepare for 0.2.6"
git push
cargo publish
git tag using the same version number: (git tag -a v0.2.6 -m "publish version v0.2.6")
git push --tags