Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps ex_money from 5.23.0 to 5.24.0.

Release notes

Sourced from ex_money's releases.

Ex Money version 5.24.0

Bug Fixes

  • Fixes compile warnings on Elixir 1.20.

  • Fix examples in README.md to align with the current inspect/2 output. Thanks very much to @​carlgleisner for the PR (and apologies for the long delayed merge). Closes #188.

Enhancements

  • Add Money.spread/3 to proptionally allocate (that is, spread) am money amount amongst a list of amounts or integers. Thanks to @​jdewar for the PR and great patience. Closes #175.

  • Add support for custom currency codes. A custom currency code is created with Cldr.Currency.new/2 and is distinguised from an ISO4217 code by being at least 4 characters long (ISO4217 codes are always 3 characters long). The first character must be a Latin alphabetic character. The additional characters must be Latin alphanumeric characters.

Changelog

Sourced from ex_money's changelog.

Money v5.24.0

This is the changelog for Money v5.24.0 released on January 18th, 2026. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fixes compile warnings on Elixir 1.20.

  • Fix examples in README.md to align with the current inspect/2 output. Thanks very much to @​carlgleisner for the PR (and apologies for the long delayed merge). Closes #188.

Enhancements

  • Add Money.spread/3 to proptionally allocate (that is, spread) am money amount amongst a list of amounts or integers. Thanks to @​jdewar for the PR and great patience. Closes #175.

  • Add support for custom currency codes. A custom currency code is created with Cldr.Currency.new/2 and is distinguised from an ISO4217 code by being at least 4 characters long (ISO4217 codes are always 3 characters long). The first character must be a Latin alphabetic character. The additional characters must be Latin alphanumeric characters.

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 [ex_money](https://github.com/kipcole9/money) from 5.23.0 to 5.24.0.
- [Release notes](https://github.com/kipcole9/money/releases)
- [Changelog](https://github.com/kipcole9/money/blob/main/CHANGELOG.md)
- [Commits](kipcole9/money@v5.23.0...v5.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jan 19, 2026
@kodiakhq kodiakhq bot merged commit 127b76b into master Jan 19, 2026
1 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/hex/ex_money-5.24.0 branch January 19, 2026 16:33
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