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

Bump money from 6.16.0 to 6.19.0 #44

Merged
merged 2 commits into from
Mar 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2024

Bumps money from 6.16.0 to 6.19.0.

Changelog

Sourced from money's changelog.

6.19.0

  • Change Peruvian Sol (PEN) decimal mark and thousands separator.
  • Improves Precision and Simplifies Allocation Logic
  • explicit declaration of i18n locales
  • Add space to CHF format
  • Update deprecation message to suggest correct formatting.

6.18.0

  • Add second dobra (STN) from São Tomé and Príncipe
  • Correct South African Rand (ZAR) to use comma decimal mark, and space thousands separator
  • Use euro symbol as html_entity for euro currency
  • Update Georgian Lari symbol
  • Add Ruby 3.1 and 3.2 to the CI matrix
  • Add Money.from_dollars alias as a more explicit initializer, it's the same as Money.from_amount
  • Mark Croatian Kuna (HRK) as obsolete by moving its definition to the backwards compatibility data source

6.17.0

  • Allow true for thousands_separator
Commits
  • faec0fb feat: Add release notes for version 6.19.0
  • d7e7f45 Merge pull request #1082 from tirosh/increased_precision
  • 4dfce9e Fixes spec due to regression in df6525f3
  • d3c8f19 Adds author
  • f956028 Improves Precision and Simplifies Allocation Logic
  • 092ecc7 chore: Update copyright year to 2024
  • ccddfdc Merge pull request #1056 from nicholalexander/bug.fix-format-deprecation-warn...
  • 85184d8 Merge branch 'main' into bug.fix-format-deprecation-warning-message
  • 2e4748a Merge pull request #1055 from kholbekj/patch-1
  • d510acf Update deprecation message to suggest correct formatting.
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 8, 2024
Bumps [money](https://github.com/RubyMoney/money) from 6.16.0 to 6.19.0.
- [Changelog](https://github.com/RubyMoney/money/blob/main/CHANGELOG.md)
- [Commits](RubyMoney/money@v6.16.0...v6.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/money-6.19.0 branch from d5853e8 to 3e4a01e Compare March 8, 2024 07:52
- `rake cache:generate`
- `rake fixture:generate`

The one notable change here was that the currency character for
Georgian is now different than before.
@apainintheneck apainintheneck merged commit debf047 into main Mar 9, 2024
11 checks passed
@apainintheneck apainintheneck deleted the dependabot/bundler/money-6.19.0 branch March 9, 2024 03:12
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant