Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fern from 0.4.3 to 0.5.5 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Mar 29, 2018

Bumps fern from 0.4.3 to 0.5.5.

Changelog

Sourced from fern's changelog.

0.5.5 (2018-03-25)

  • Add a log handler for logging into an arbitrary Write object. (thanks [vorner]!)

0.5.4 (2018-02-17)

  • Add a log handler which panics on all messages. This can be used in
    test configurations to turn warning or error messages into hard
    errors.
  • meta: add test coverage reporting via tarpaulin and coveralls

0.5.3 (2018-02-04)

  • Add support for Display::fmt implementations which call the global
    logger via a 'meta-logging-in-format' flag. (thanks [jakunar]!)
    • This is disabled by default, see 'meta' module for more info.

0.5.2 (2018-01-02)

  • Re-add compatibility for rust versions 1.16.0+, and add CI testing
    with rustc 1.16.0 to ensure this is kept in the future.
  • Add some more general documentation updates and clarity increases.
  • Add a CHANGELOG.md which mirrors git tag releases.
  • Update documentation links to point to docs.rs rather than custom
    hosted documentation.
  • Fix ColoredLevelConfig::default being an inherent method rather than
    an implementation of the Default trait.
  • Add direct support for the syslog crate under the "syslog-3"
    feature flag.
    • Add a module worth of documentation for using fern with syslog.

0.5.1 (2017-12-26)

  • Re-add support for colored log levels with the 'colored' feature
    • Support for this was accidentally dropped in 0.5.0.
  • Fix the ability to run tests on windows, and refactor integration
    tests for developer clarity
  • Update documentation for clarity

Short list of changes in 0.5.0:

  • Updated from log 0.3 to log 0.4. Both are interoperable, but using
    log 0.4 provides a much cleaner log interface for fern to use
    internally
  • Removed fern::FernLog.
  • Renamed fern::color::ColoredLogLevelConfig to ColoredLevelConfig
    ... (truncated)
Commits
  • 6c9cfe5 Release version 0.5.5
  • 608371b Add a test for the new raw writing API
  • 0410988 Merge pull request #24 from vorner/box-write-output
  • 2498a77 Add output to arbitrary Write objects
  • e5a4c5d Release version 0.5.4
  • 8639bd1 Update CHANGELOG.
  • 53cff04 Add coveralls badge to Cargo.toml
  • 0f0dacb Implement a log handler which panics on messages. (#21)
  • 5d3847c Update documentation:
  • 35c7fae Change source of appveyor badge.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/fern-0.5.5 branch from 8dd9b2d to dcb9c41 Compare March 29, 2018 11:30
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/fern-0.5.5 branch from dcb9c41 to e530682 Compare April 2, 2018 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants