Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@Nercury Nercury released this 06 Mar 20:57
634c027

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() with CStr::from_bytes_with_nul() by @MarijnS95 in #82
  • Derive/implement Debug for Config and AndroidLogger 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

Full Changelog: 0.14.1...v0.15.0