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

chore(deps): bump image from 0.54.2 to 0.56.0 #32

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

Conversation

dependabot[bot]
Copy link

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

Bumps image from 0.54.2 to 0.56.0.

Release notes

Sourced from image's releases.

Image version 0.55.2

Image 0.55.2

This is the changelog for Image version 0.55.2 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Update the version number only so that there is no retired version as the latest on hex.

Image 0.55.1

This is the changelog for Image version 0.55.1 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Deprecated and retired.

Image version 0.55.0

Bug Fixes

  • Fixes Image.mutate/4 to correctly interpret the return results of mutation functions in Image.Draw. Thanks to @​ramyma for the issue and the PR. Closes #173, closes #174.

  • Fix spec for Image.crop!/4. Thanks to @​BobbyMcWho for the PR. Closes #171.

Enhancements

  • Support the :pyramid option for saving .tiff files. Thanks to @​dersmon for the suggestion. Closes #172.

Image version 0.54.4

Bug Fixes

  • Raises minimum Elixir version to 1.14 since that is the minimum requriement now for Nx.

  • Add Elixir 1.14 to the CI matrix. Thanks very much to @@​leandrocp for the PR. Closes #164.

  • Fix some EXIF tag decoding. Thanks to @​hansihe for the PR. Closes #169.

Image version 0.54.3

Bug Fixes

  • Fix parsing invalid date time in Exif data. When invalid, the raw underlying string is returned.

  • Trim strings in Exif data. As a result, empty strings will be returned now as nil rather than "".

  • Replace a <<0, ....>> sequence in an Exif string value with nil.

  • Decode additional tags:

    • Exif tag 0xA005, Interop Offset. The value is in internal file pointer so has no meaningful interpretation in image.

... (truncated)

Changelog

Sourced from image's changelog.

Image 0.56.0

This is the changelog for Image version 0.56.0 released on January 21st, 2025. For older changelogs please consult the release tag on GitHub

Enhancements

  • Adds Image.find_trim/2 and Image.find_trim!/2 to return the bounding box of the non-background area of an image.

Image 0.55.2

This is the changelog for Image version 0.55.2 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Update the version number only so that there is no retired version as the latest on hex.

Image 0.55.1

This is the changelog for Image version 0.55.1 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Deprecated and retired.

Image 0.55.0

This is the changelog for Image version 0.55.0 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fixes Image.mutate/4 to correctly interpret the return results of mutation functions in Image.Draw. Thanks to @​ramyma for the issue and the PR. Closes #173, closes #174.

  • Fix spec for Image.crop!/4. Thanks to @​BobbyMcWho for the PR. Closes #171.

Enhancements

  • Support the :pyramid option for saving .tiff files. Thanks to @​dersmon for the suggestion. Closes #172.

Image 0.54.4

This is the changelog for Image version 0.54.4 released on October 3rd, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Raises minimum Elixir version to 1.14 since that is the minimum requriement now for Nx.

  • Add Elixir 1.14 to the CI matrix. Thanks very much to @@​leandrocp for the PR. Closes #164.

  • Fix some EXIF tag decoding. Thanks to @​hansihe for the PR. Closes #169.

... (truncated)

Commits

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

Bumps [image](https://github.com/kipcole9/image) from 0.54.2 to 0.56.0.
- [Release notes](https://github.com/kipcole9/image/releases)
- [Changelog](https://github.com/elixir-image/image/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kipcole9/image/commits)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels 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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants