KeisukeYamashita / commitlint-rs

🔦 Lint commit messages with conventional commit messages
https://keisukeyamashita.github.io/commitlint-rs
Apache License 2.0
32 stars 8 forks source link

bump(cli): `v0.1.5` to release the new version #248

Closed KeisukeYamashita closed 9 months ago

KeisukeYamashita commented 9 months ago

Why

To release it 🚀

croissong commented 9 months ago

@KeisukeYamashita hey, thanks for the new release! I think you forgot to bump the version in Cargo.lock though (my cargo build --frozen fails)

KeisukeYamashita commented 9 months ago

@Croissong Opps, thank you for catching it and using this project! I'll fix it soon 🙏

KeisukeYamashita commented 9 months ago

@Croissong Sorry for your inconvinence 🙏

I've fixed it (in PR: https://github.com/KeisukeYamashita/commitlint-rs/pull/249) and released the new version v0.1.6 👉 https://github.com/KeisukeYamashita/commitlint-rs/releases/tag/v0.1.6

Thanks!