Update module github.com/BurntSushi/toml to v1.6.0#215
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update module github.com/BurntSushi/toml to v1.6.0#215renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
ecfc621 to
0c2d5fc
Compare
0c2d5fc to
5e42ca5
Compare
5e42ca5 to
c76f17a
Compare
665cbe0 to
c76f17a
Compare
c76f17a to
1cd4b39
Compare
1cd4b39 to
17d1c5e
Compare
17d1c5e to
2917505
Compare
2917505 to
04cfc81
Compare
04cfc81 to
5e0f289
Compare
9e4d634 to
32db27b
Compare
32db27b to
d4b9447
Compare
d4b9447 to
2af80d4
Compare
2af80d4 to
375d6e5
Compare
375d6e5 to
6af5d82
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.4.0→v1.6.0Release Notes
BurntSushi/toml (github.com/BurntSushi/toml)
v1.6.0Compare Source
TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md
Also two small fixes:
Encode large floats as exponent syntax so that round-tripping things like
5e+22is correct.Using duplicate array keys would not give an error:
This will now correctly give a "Key 'arr' has already been defined" error.
v1.5.0Compare Source
Mostly some small bugfixes, with a few small new features:
Add Position.Col, to mark the column an error occurred (#410)
Print more detailed errors in the
tomlvCLI.Ensure ParseError.Message is always set (#411)
Allow custom string types as map keys (#414)
Mark meta keys as decoded when using Unmarshaler interface (#426)
Fix encoding when nested inline table ends with map (#438)
Fix encoding of several layers of embedded structs (#430)
Fix ErrorWithPosition panic when there is no newline in the TOML document (#433)
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.