Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

Bumps toolshed from 0.2.10 to 0.2.24.

Release notes

Sourced from toolshed's releases.

v0.2.24

  • Improvements
    • Add :port option to ping. Ping also prints out the port number so it's more obvious that 1. TCP "pings" are being used and 2. which port was used.

v0.2.23

  • New features

    • Added the history command. See what you typed.
  • Bug fixes

    • fw_validate calls Nerves.Runtime.validate_firmware rather than validating firmware itself.

v0.2.22

  • Bug fixes
    • top: fix flashing that was happening when top was automatically updating

v0.2.21

  • New features
    • The ping command now supports IPv6 addresses. Thanks to Alex McLain for this improvement.
    • The top command automatically refreshes now.

v0.2.20

  • New features
    • Add log_attach and log_detach convenience functions for directing log messages to the current IEx session. These provide a simple way for seeing log messages when you either aren't on the same console as the console logger or you don't want to enable the console logger since it messes up the prompt.

v0.2.19

  • Bug fixes

    • cmd/1 won't crash if the command being run returns non-UTF8 data
    • cat/1 no longer adds an extra newline at the end of its input
  • Removed commands

    • Removed the rarely used pastebin command

v0.2.18

  • New features
    • Add httpget command for performing HTTP GET requests and printing the response to stdout or saving it to the filesystem. Thanks to Jon Thacker for this feature.

v0.2.17

  • Bug fixes
    • Don't trigger autocompletion when in a string interpolation.

v0.2.16

  • Bug fixes

... (truncated)

Changelog

Sourced from toolshed's changelog.

v0.2.24

  • Improvements
    • Add :port option to ping. Ping also prints out the port number so it's more obvious that 1. TCP "pings" are being used and 2. which port was used.

v0.2.23

  • New features

    • Added the history command. See what you typed.
  • Bug fixes

    • fw_validate calls Nerves.Runtime.validate_firmware rather than validating firmware itself.

v0.2.22

  • Bug fixes
    • top: fix flashing that was happening when top was automatically updating

v0.2.21

  • New features
    • The ping command now supports IPv6 addresses. Thanks to Alex McLain for this improvement.
    • The top command automatically refreshes now.

v0.2.20

  • New features
    • Add log_attach and log_detach convenience functions for directing log messages to the current IEx session. These provide a simple way for seeing log messages when you either aren't on the same console as the console logger or you don't want to enable the console logger since it messes up the prompt.

v0.2.19

  • Bug fixes

    • cmd/1 won't crash if the command being run returns non-UTF8 data
    • cat/1 no longer adds an extra newline at the end of its input
  • Removed commands

    • Removed the rarely used pastebin command

v0.2.18

  • New features
    • Add httpget command for performing HTTP GET requests and printing the response to stdout or saving it to the filesystem. Thanks to Jon Thacker for this feature.

... (truncated)

Commits
  • 26a8473 v0.2.24 release
  • ace8ce4 Be more explicit about port used in ping
  • 56b3157 Move TCP ping code to own file
  • 169372c Add port option to ping command
  • c0e6da9 Bump nerves_runtime from 0.11.6 to 0.11.7
  • b25ab90 Bump ex_doc from 0.25.1 to 0.25.2
  • 9fabf3a v0.2.23 release
  • b245efe Use ex_unit test tag instead of get_env
  • 95632e5 Add a history command
  • af563c3 fw_validate: use Nerves.Runtime.validate_firmware
  • 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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [toolshed](https://github.com/elixir-toolshed/toolshed) from 0.2.10 to 0.2.24.
- [Release notes](https://github.com/elixir-toolshed/toolshed/releases)
- [Changelog](https://github.com/elixir-toolshed/toolshed/blob/main/CHANGELOG.md)
- [Commits](elixir-toolshed/toolshed@v0.2.10...v0.2.24)

---
updated-dependencies:
- dependency-name: toolshed
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant