0.2.11
0.2.11 (2023-03-17)
- fix(ci): kodiak config to fix dependabot PRs
- chore: bump num-format from 0.4.0 to 0.4.4 (#108)
- Bumps num-format from 0.4.0 to 0.4.4.
Changelog
Sourced from num-format's changelog.
0.4.3 (2022-10-09)
- Add github actions CI
- Fix a few clippy lints
0.4.2 (2022-10-09)
- Bump 3rd party dependencies
- Update cldr-numbers-full git submodule to commit b52a87048985d3052f12d30d05cfe5423ad92709
Locale::from_str
now supports underscore-delimited locales, e.g. "de_DE", in addition to previously supported dash-delimiated locales, e.g "de-DE"
Commits
c217371
[num-format] 0.4.4a2bdd9b
[num-format-windows] 0.4.4fc443eb
[num-format-windows] Bump bindgen to 0.63.064e9776
[num-format] 0.4.3133d20c
[num-format] Add justfile to replace scripts91c783b
[num-format] Add CIb4e8067
[num-format-dev] Remove automatic running of rustfmt829c599
[num-format] Update min rust version in READMEf131d56
[num-format] Remove refs to travis-ci.org, which no longer functions51f2ff1
[num-format] 0.4.2- Additional commits viewable in compare view
- [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=num-format&package-manager=cargo&previous-version=0.4.0&new-version=0.4.4)](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) - --- -
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 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) -