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 de.cketti.unicode:kotlin-codepoints from 0.8.0 to 0.9.0 #144

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2024

Bumps de.cketti.unicode:kotlin-codepoints from 0.8.0 to 0.9.0.

Release notes

Sourced from de.cketti.unicode:kotlin-codepoints's releases.

kotlin-codepoints v0.9.0

What's Changed

See also: CHANGELOG.md

New Contributors

Full Changelog: cketti/kotlin-codepoints@0.8.0...0.9.0

Changelog

Sourced from de.cketti.unicode:kotlin-codepoints's changelog.

[0.9.0] - 2024-06-24

Changed

  • kotlin-codepoints-deluxe
    • CodePoint.toString() now returns the string representation of a code point.

Added

  • kotlin-codepoints
    • Added CharSequence.codePointCount() variant without parameters.
    • Added CodePoints.toString(…) that creates a string from the given code points.
    • Added CharSequence.forEachCodePoint() and CharSequence.forEachCodePointIndexed() to iterate over code points in a character sequence.
  • kotlin-codepoints-deluxe
    • CodePoint.toUnicodeNotation() returns the standard Unicode notation of a code point, e.g. U+1F4E7.
    • Added CharSequence.forEachCodePoint() and CharSequence.forEachCodePointIndexed() to iterate over code points in a character sequence.
Commits
  • f42fd18 Version 0.9.0
  • bd63005 Add extensions functions to iterate over codepoints (#38)
  • 91bed49 Merge pull request #40 from cketti/build_string
  • dcf573a Add CodePoints.toString(…)
  • b0de8a0 Merge pull request #36 from cketti/no_argument_codePointCount
  • feaf18b Add zero parameter variant of CharSequence.codePointCount()
  • 342112a Merge pull request #37 from cketti/toString
  • 9ec6fa9 Change CodePoint.toString() to return the string representation
  • 20b40c0 Prepare next development version
  • See full diff 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)

Bumps [de.cketti.unicode:kotlin-codepoints](https://github.com/cketti/kotlin-codepoints) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/cketti/kotlin-codepoints/releases)
- [Changelog](https://github.com/cketti/kotlin-codepoints/blob/main/CHANGELOG.md)
- [Commits](cketti/kotlin-codepoints@0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: de.cketti.unicode:kotlin-codepoints
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies update to newer versions label Jun 25, 2024
@OptimumCode OptimumCode enabled auto-merge (squash) June 25, 2024 12:47
@OptimumCode OptimumCode merged commit 474f040 into main Jun 25, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/de.cketti.unicode-kotlin-codepoints-0.9.0 branch June 25, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies update to newer versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant