Human-Readable
Human-Readable copied to clipboard
Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.6.0 to 0.6.1
Bumps org.jetbrains.kotlinx:kotlinx-datetime from 0.6.0 to 0.6.1.
Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-datetime's releases.
v0.6.1
- Prohibit parsing non-ASCII digits as numbers in
DateTimeFormat(#405)- More accurately determine which files represent time zones and which don't on Linux and Darwin (#395)
- Fix a regression that occasionally considered the right boundary of a time overlap to be a part of it on Native (#399)
- Introduce various small improvements to the timezone handling on Windows (#390)
- On Linux, allow not having any
/etc/localtimeset, defaulting toTimeZone.UTCas the system time zone (#426)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-datetime's changelog.
0.6.1
- Prohibit parsing non-ASCII digits as numbers in
DateTimeFormat(#405)- More accurately determine which files represent time zones and which don't on Linux and Darwin (#395)
- Fix a regression that occasionally considered the right boundary of a time overlap to be a part of it on Native (#399)
- Introduce various small improvements to the timezone handling on Windows (#390)
- On Linux, allow not having any
/etc/localtimeset, defaulting toTimeZone.UTCas the system time zone (#426)
Commits
805cfe8Version 0.6.1 (#422)a86e7f8Permit missing /etc/localtime (#426)1cb9cdbDisable tests for one more timezone (#424)73b7afaUpdate teamcity commit status publisher settings (#388)19e3160Rework the Windows timezone implementation (#390)da6f678Prohibit parsing of non-ASCII digits (#413)29276feFix some files with dots in names being considered time zones (#395)11c5157Fix the time overlap right boundary being included in the overlap (#404)f74fdabupdate: second text review (#400)- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)