camo-rs 1.0.0
This is the first release version of camo-rs
, so there are no breaking changes to any previous stable release!
For people running a 0.x prerelease, these are the breaking changes between the latest pre-release and this stable release:
- For boolean settings like
CAMO_ALLOW_IMAGE
, you have to explicitly settrue
orfalse
as values, and other values will be rejected as invalid. The previous behavior, where any specified value (likeyes
or confusingly evenno
) would be parsed astrue
has been removed. Omitting those fields will, however, still set them tofalse
by default.