What's Changed
- Only provide docs.rs pages for Android targets by @MarijnS95 in #77
- cargo: Add
os::android-apis
category by @MarijnS95 in #78 - Prevent truncating log tag name by @dextero in #83
- Replace
CStr::from_ptr()
withCStr::from_bytes_with_nul()
by @MarijnS95 in #82 - Derive/implement
Debug
forConfig
andAndroidLogger
by @MarijnS95 in #81 - Split things into different files, to optimize future work by @Nercury in #85
- ci: Run
cargo fmt --check
to ensure code is always properly formatted by @MarijnS95 in #86 - Use __android_log_is_loggable in AndroidLogger::enabled by @dextero in #84
- Avoid rewriting the preconfigured tag by @dextero in #87
- Prepare for release by @Nercury in #88
New Contributors
- @MarijnS95 made their first contribution in #77
- @dextero made their first contribution in #83
Full Changelog: 0.14.1...v0.15.0