v1.0.0
Time for a new release, 1.0.0 !
Since no known bugs have been found since a while, it's time to give a sense of maturity with a 1.0.0 release.
Changes
- refactor: regex feature is enabled by default
- perf: disable unnecessary regex features to reduce binary size
- refactor: check fields bounds using unsigned_abs
- chore: updated dependencies
- chore: prebuilt binaries are built with rust 1.67.1
- doc: added link to tuc playground
- doc: fix typos
For maintainers: first, thank you. You help so many projects with your valuable work.
With the release of 1.0.0 I took the decision to compile tuc with regex support enabled by default. This means that prebuilt binaries have changed from tuc
and tuc-regex
to tuc
(now with regex) and tuc-lite
(tuc-lite
is tuc
without regex support, to offer a smaller binary). I believe is best for tuc
to have regex support by default: sorry for the confusion. I'm not sure if tuc-lite
is meaningful for every distribution/OS out there, I'll leave that decision up to you. And thanks again.