Skip to content

v.1.3.0

Latest
Compare
Choose a tag to compare
@bconn98 bconn98 released this 10 Feb 02:48
· 3 commits to main since this release
c981ca4

See the changelog for more details.

New

  • Add debug and release formatters
  • Documentation on configuring the tool
  • Code Coverage CI
  • CVE Audit CI
  • EditorConfig CI
  • Code Owners
  • NO_COLOR, CLICOLOR, CLICOLOR_FORCE controls
  • Example of inline configuration with file rotation
  • Time Based Trigger

Changed

  • Update minimum supported rust to 1.69 for CVE-2020-26235
  • Update arc-swap to 1.6
  • Update log to 0.4.20
  • Update humantime to 2.1
  • Update serde_yaml to 0.9
  • Update toml to 0.8
  • Update derivative to 2.2
  • Update tempfile to 3.8
  • Update chrono to 0.2.23
  • Moved level field before message in json format
  • Legacy test moved to examples

Fixed

  • README typo regarding building for dev on windows
  • Apply editorconfig
  • Swap rustfmt configuration to imports_granularity="Crate" over deprecated merge_imports = true