clog-tool / clog-cli

Generate beautiful changelogs from your Git commit history
MIT License
851 stars 43 forks source link

refactor: Remove dependency on regex_macro #84

Closed badboy closed 8 years ago

badboy commented 8 years ago

It was not used in stable at all, because it only works in nightly. Now that regex! is almost always slower¹ there's no reason to keep it in.

¹: https://github.com/rust-lang-nursery/regex/pull/164

(Same change sent to clog-lib as well: https://github.com/clog-tool/clog-lib/pull/13)

badboy commented 8 years ago

(force-pushed to rebase against master)

kbknapp commented 8 years ago

Thanks! :+1: