Skip to content

Commit 474f040

Browse files
Bump de.cketti.unicode:kotlin-codepoints from 0.8.0 to 0.9.0 (#144)
Bumps [de.cketti.unicode:kotlin-codepoints](https://github.com/cketti/kotlin-codepoints) from 0.8.0 to 0.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cketti/kotlin-codepoints/releases">de.cketti.unicode:kotlin-codepoints's releases</a>.</em></p> <blockquote> <h2>kotlin-codepoints v0.9.0</h2> <h2>What's Changed</h2> <ul> <li>Change <code>CodePoint.toString()</code> to return the string representation by <a href="https://github.com/cketti"><code>@​cketti</code></a> in <a href="https://redirect.github.com/cketti/kotlin-codepoints/pull/37">cketti/kotlin-codepoints#37</a></li> <li>Add zero parameter variant of <code>CharSequence.codePointCount()</code> by <a href="https://github.com/cketti"><code>@​cketti</code></a> in <a href="https://redirect.github.com/cketti/kotlin-codepoints/pull/36">cketti/kotlin-codepoints#36</a></li> <li>Add function to create a string from the given code points by <a href="https://github.com/cketti"><code>@​cketti</code></a> in <a href="https://redirect.github.com/cketti/kotlin-codepoints/pull/40">cketti/kotlin-codepoints#40</a></li> <li>Add forEach extensions methods to iterate over codepoints by <a href="https://github.com/OptimumCode"><code>@​OptimumCode</code></a> in <a href="https://redirect.github.com/cketti/kotlin-codepoints/pull/38">cketti/kotlin-codepoints#38</a></li> </ul> <p>See also: <a href="https://github.com/cketti/kotlin-codepoints/blob/main/CHANGELOG.md#090---2024-06-24">CHANGELOG.md</a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/OptimumCode"><code>@​OptimumCode</code></a> made their first contribution in <a href="https://redirect.github.com/cketti/kotlin-codepoints/pull/38">cketti/kotlin-codepoints#38</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cketti/kotlin-codepoints/compare/0.8.0...0.9.0">https://github.com/cketti/kotlin-codepoints/compare/0.8.0...0.9.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cketti/kotlin-codepoints/blob/main/CHANGELOG.md">de.cketti.unicode:kotlin-codepoints's changelog</a>.</em></p> <blockquote> <h2>[0.9.0] - 2024-06-24</h2> <h3>Changed</h3> <ul> <li>kotlin-codepoints-deluxe <ul> <li><code>CodePoint.toString()</code> now returns the string representation of a code point.</li> </ul> </li> </ul> <h3>Added</h3> <ul> <li>kotlin-codepoints <ul> <li>Added <code>CharSequence.codePointCount()</code> variant without parameters.</li> <li>Added <code>CodePoints.toString(…)</code> that creates a string from the given code points.</li> <li>Added <code>CharSequence.forEachCodePoint()</code> and <code>CharSequence.forEachCodePointIndexed()</code> to iterate over code points in a character sequence.</li> </ul> </li> <li>kotlin-codepoints-deluxe <ul> <li><code>CodePoint.toUnicodeNotation()</code> returns the standard Unicode notation of a code point, e.g. <code>U+1F4E7</code>.</li> <li>Added <code>CharSequence.forEachCodePoint()</code> and <code>CharSequence.forEachCodePointIndexed()</code> to iterate over code points in a character sequence.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cketti/kotlin-codepoints/commit/f42fd186bd5351bb22079ff9496cd624c684ae70"><code>f42fd18</code></a> Version 0.9.0</li> <li><a href="https://github.com/cketti/kotlin-codepoints/commit/bd630058895072a9e53fb93f99a01c719c2823d3"><code>bd63005</code></a> Add extensions functions to iterate over codepoints (<a href="https://redirect.github.com/cketti/kotlin-codepoints/issues/38">#38</a>)</li> <li><a href="https://github.com/cketti/kotlin-codepoints/commit/91bed49cd85c5166a89e9a541da9d25522d0c631"><code>91bed49</code></a> Merge pull request <a href="https://redirect.github.com/cketti/kotlin-codepoints/issues/40">#40</a> from cketti/build_string</li> <li><a href="https://github.com/cketti/kotlin-codepoints/commit/dcf573ad2488f25328942aea6aad379c4669d825"><code>dcf573a</code></a> Add <code>CodePoints.toString(…)</code></li> <li><a href="https://github.com/cketti/kotlin-codepoints/commit/b0de8a06d41b140adac9fccf08bdc95b1102a618"><code>b0de8a0</code></a> Merge pull request <a href="https://redirect.github.com/cketti/kotlin-codepoints/issues/36">#36</a> from cketti/no_argument_codePointCount</li> <li><a href="https://github.com/cketti/kotlin-codepoints/commit/feaf18b2d781433442d4b2403afc02375ef6aa5f"><code>feaf18b</code></a> Add zero parameter variant of <code>CharSequence.codePointCount()</code></li> <li><a href="https://github.com/cketti/kotlin-codepoints/commit/342112ad2207dda6214c4b7aff105afc38fd4cc9"><code>342112a</code></a> Merge pull request <a href="https://redirect.github.com/cketti/kotlin-codepoints/issues/37">#37</a> from cketti/toString</li> <li><a href="https://github.com/cketti/kotlin-codepoints/commit/9ec6fa9fd1cd99d802d3946a03ad01c1f66aa12e"><code>9ec6fa9</code></a> Change <code>CodePoint.toString()</code> to return the string representation</li> <li><a href="https://github.com/cketti/kotlin-codepoints/commit/20b40c04b3c1e108d21970b4a68b6ab19bbcf27b"><code>20b40c0</code></a> Prepare next development version</li> <li>See full diff in <a href="https://github.com/cketti/kotlin-codepoints/compare/0.8.0...0.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=de.cketti.unicode:kotlin-codepoints&package-manager=gradle&previous-version=0.8.0&new-version=0.9.0)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1cf28a commit 474f040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ networknt-validator = { group = "com.networknt", name = "json-schema-validator",
4848
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.17.0" }
4949
graphql-ktor = { group = "com.expediagroup", name = "graphql-kotlin-ktor-client", version.ref = "graphql" }
5050
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "4.4.0" }
51-
kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.8.0" }
51+
kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.9.0" }
5252
normalize = { group = "com.doist.x", name = "normalize", version = "1.0.5" }
5353

5454
[bundles]

0 commit comments

Comments
 (0)