Skip to content

Release 0.7.0

Latest
Compare
Choose a tag to compare
@kaj kaj released this 07 Feb 20:16

2022-02-07 21:14:40 +02:00

  • Merge PR #7 from @hummingly:
    • Updates dependencies.
    • Fixes a bug where adding keywords would just overwrite/add the Subject
      entry.
    • Changes create_X functions to constructors that are only visible in the
      crate.
    • Improves allocations: removed a few clones, allocate space before
      inserting elements etc.
    • Puts graphicsstates tests into test module which removes dead code
      warning.
    • Overall made more use of the standard library.
  • Add keyword "pdf" to crate, PR #6 from @adiba
  • Update to Rust edition 2021.
  • Update lazy_static dependency.
  • Use chrono 0.4.19 instead of time 0.1.
  • Update travis build to use more up to date rust versions and stable
    rustfmt.
  • Update clippy directive.
  • Some rustfmt updates.

Thanks to @hummingly and @adiba!