Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/guptarohit/asciigraph from 0.5.5 to 0.7.1 (#564)
Bumps [github.com/guptarohit/asciigraph](https://github.com/guptarohit/asciigraph) from 0.5.5 to 0.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/guptarohit/asciigraph/releases">github.com/guptarohit/asciigraph's releases</a>.</em></p> <blockquote> <h2>v0.7.1</h2> <h3>Added</h3> <ul> <li>CLI: Option <code>sl</code> to specify legends for series</li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <pre lang="sh"><code>{unbuffer paste -d, <(ping -i 0.4 google.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') <(ping -i 0.4 duckduckgo.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') } | asciigraph -r -h 15 -w 60 -sn 2 -sc "blue,red" -c "Ping Latency Comparison" -sl "Google, DuckDuckGo" </code></pre> <!-- raw HTML omitted --> <h2>v0.7.0</h2> <h3>Added</h3> <ul> <li>CLI: Options to specify delimiter <code>d</code> and number of series <code>sn</code></li> </ul> <h3>Changed</h3> <ul> <li>CLI: Option <code>sc</code> to specify series colors</li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <pre lang="sh"><code>{unbuffer paste -d, <(ping -i 0.4 google.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') <(ping -i 0.4 duckduckgo.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') } | asciigraph -r -h 15 -w 60 -sn 2 -d "," -sc "blue,red" -c "Ping Latency Comparison: Google (Blue) vs. DuckDuckGo (Red)" </code></pre> <!-- raw HTML omitted --> <h2>v0.6.0</h2> <h2>Added</h2> <ul> <li>Option to add legends for colored graphs</li> </ul> <!-- raw HTML omitted --> <h2>v0.5.6</h2> <h2>Added</h2> <ul> <li>Options to set upper & lower bound of graph</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/guptarohit/asciigraph/blob/master/CHANGELOG.md">github.com/guptarohit/asciigraph's changelog</a>.</em></p> <blockquote> <h2>[0.7.1] - 2024-03-30</h2> <h3>Added</h3> <ul> <li>CLI: Option to specify legends for series (<code>sl</code>)</li> </ul> <h2>[0.7.0] - 2024-03-30</h2> <h3>Added</h3> <ul> <li>CLI: Options to specify delimiter (<code>d</code>) and number of series (<code>sn</code>)</li> </ul> <h3>Changed</h3> <ul> <li>CLI: Option (<code>sc</code>) to specify series colors</li> </ul> <h2>[0.6.0] - 2024-03-25</h2> <h3>Added</h3> <ul> <li>Option to add legends for colored graphs</li> </ul> <h2>[0.5.6] - 2023-06-24</h2> <h3>Added</h3> <ul> <li>Options to set upper & lower bound of graph</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/guptarohit/asciigraph/commit/956e426471c5749a21f9fd47388d9be18d79c626"><code>956e426</code></a> Merge pull request <a href="https://redirect.github.com/guptarohit/asciigraph/issues/53">#53</a> from guptarohit/guptarohit-patch-2</li> <li><a href="https://github.com/guptarohit/asciigraph/commit/1fa77b1f401ac6bf0e64013ec4d1fc559a046bdc"><code>1fa77b1</code></a> Add example of multi-series graph</li> <li><a href="https://github.com/guptarohit/asciigraph/commit/c021f3d792bd01294dc8e4ce747ec6fb53debec0"><code>c021f3d</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/guptarohit/asciigraph/commit/403ab0ffe35011d8822e9c2a266e6e09672a20c7"><code>403ab0f</code></a> CLI: Added option to specify legends for series (<a href="https://redirect.github.com/guptarohit/asciigraph/issues/52">#52</a>)</li> <li><a href="https://github.com/guptarohit/asciigraph/commit/3fa8a48a2c98c9459410a8a61e89c82e12a34dd6"><code>3fa8a48</code></a> CLI: Add options to specify legends for series</li> <li><a href="https://github.com/guptarohit/asciigraph/commit/2c1dc1134857ee60c44743bc9325f90b64e7b423"><code>2c1dc11</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/guptarohit/asciigraph/commit/0992b363a90c1ce4ca5a6c1d523875486b5b2bc1"><code>0992b36</code></a> Merge pull request <a href="https://redirect.github.com/guptarohit/asciigraph/issues/50">#50</a> from guptarohit/add-colors-for-series-cli</li> <li><a href="https://github.com/guptarohit/asciigraph/commit/5c21a9be14a3511717b8afa6dc352bfd2e0665e0"><code>5c21a9b</code></a> CLI: Update <code>sc</code> option to specify series colors</li> <li><a href="https://github.com/guptarohit/asciigraph/commit/28aa5ed292d366b1f93fbec4a3ab27d86e877daf"><code>28aa5ed</code></a> Merge pull request <a href="https://redirect.github.com/guptarohit/asciigraph/issues/43">#43</a> from KarlHeitmann/issue_40-cli_calls_plot_many</li> <li><a href="https://github.com/guptarohit/asciigraph/commit/e24643ca3edef3eda271db13f45d003caba34099"><code>e24643c</code></a> Add options to specify delimiter and number of series</li> <li>Additional commits viewable in <a href="https://github.com/guptarohit/asciigraph/compare/v0.5.5...v0.7.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/guptarohit/asciigraph&package-manager=go_modules&previous-version=0.5.5&new-version=0.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
- Loading branch information