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

Update geo-svg requirement from 0.6.0 to 0.7.2 #40

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Updates the requirements on geo-svg to permit the latest version.

Changelog

Sourced from geo-svg's changelog.

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.

0.6.2 - 2024-02-14

Bug Fixes

  • partially fix Color which would misinterpret numbers like 0000FF as #FF b09033d30c1cbb1886ae69b6ced3545be82a78e2 - vargad
  • fix broken doc test - 861bfb76c94876bc370a688f57da12fb06719084 - vargad

0.6.0 - 2023-11-28

Bug Fixes

  • fix typo - (158c459) - RobWalt
  • for geo-types 0.7 upgrade - (7ebff74) - Gérald Lelong

Documentation

  • update readme - (a1d5e6a) - Gérald Lelong
  • add readme to cargo.toml - (1943852) - Gérald Lelong
  • add badges - (fba31da) - Gérald Lelong
  • use github link for doc image - (af45fec) - Gérald Lelong
  • add documentation - (8dedde1) - Gérald Lelong

Features

  • add trait to combine multiple SVG-able things into compound SVG - (214bcbd) - RobWalt
  • add simple text - (8988ff3) - RobWalt
  • Upgrade to GitHub-native Dependabot - (5785cb7) - dependabot-preview[bot]
  • use geo::CoordNum - (a815171) - Gérald Lelong
  • Create rust.yml - (a574cfc) - Gérald Lelong
  • Updating geo-types and num-traits - (c50f45d) - Dan Dixey
  • use dyn keyword - (39d9421) - Gérald Lelong
  • fill -> with_fill_color - (f9fae16) - Gérald Lelong
  • add Svg::with_margin - (167b513) - Gérald Lelong
  • add slice and vec impl - (b463981) - Gérald Lelong
  • add hsl colors - (48605ab) - Gérald Lelong
  • new API - (979494a) - Gérald Lelong
  • starting rewrite - (3084e99) - Gérald Lelong

Miscellaneous Chores

  • (cargo-release) start next development iteration 0.5.1-alpha.0 - (25ea1d2) - Gérald Lelong
  • (cargo-release) version 0.5.0 - (a67327a) - Gérald Lelong
  • (cargo-release) start next development iteration 0.4.1-alpha.0 - (5a58c06) - Gérald Lelong
  • (cargo-release) version 0.4.0 - (5fbbf56) - Gérald Lelong
  • (cargo-release) version 0.3.0 - (0343b61) - Gérald Lelong
  • (cargo-release) start next development iteration 0.2.3 - (c940668) - Gérald Lelong
  • (cargo-release) version 0.2.3 - (e0730b7) - Gérald Lelong
  • (cargo-release) start next development iteration 0.2.2 - (2092477) - Gérald Lelong
  • (cargo-release) version 0.2.2 - (c6c7297) - Gérald Lelong
  • (cargo-release) start next development iteration 0.2.1 - (3795356) - Gérald Lelong
  • (cargo-release) version 0.2.1 - (58ef19b) - Gérald Lelong
  • (cargo-release) version 0.2.0 - (51cc3fb) - Gérald Lelong
  • add basic cog.toml - (31f559e) - aviac
  • bump version number - (c3cea87) - RobWalt
  • fix warnings - (024adcd) - RobWalt
  • adjust repository in Cargo.toml - (374a0e1) - RobWalt

... (truncated)

Commits
  • 1c00fbb chore: Release geo-svg version 0.7.2
  • 9c0529d fix: I messed up the release. smh
  • 547ff05 feat: Add stroke style options (dashes, linecap, and linejoin) (#19)
  • efc94d3 chore: Release geo-svg version 0.7.0
  • 4269329 chore(deps): update geo requirement from 0.28.0 to 0.29.0 (#16)
  • 5b62b12 chore(docs): Update permalinks and example (#14)
  • 3a7da32 fix: use only one stroke for LineStrings (#12)
  • 140fd82 chore(cleanup): version bump for release
  • b84ea63 chore(deps): update geo requirement from 0.27.0 to 0.28.0
  • 6a68c62 chore(release): patch release preparations
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [geo-svg](https://github.com/georust/geo-svg) to permit the latest version.
- [Changelog](https://github.com/georust/geo-svg/blob/main/CHANGELOG.md)
- [Commits](georust/geo-svg@0.6.0...v0.7.2)

---
updated-dependencies:
- dependency-name: geo-svg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants