Skip to content

Conversation

@updateclibot
Copy link
Contributor

@updateclibot updateclibot bot commented Jan 9, 2026

deps(go): bump module github.com/BurntSushi/toml

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/BurntSushi/toml to v1.6.0

go.mod updated Module path "github.com/BurntSushi/toml" version from "v1.5.0" to "v1.6.0"

v1.5.0
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 `tomlv` CLI.

- 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)
v1.6.0
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+22` is correct.

- Using duplicate array keys would not give an error:

      arr = [1]
      arr = [2]

  This will now correctly give a "Key 'arr' has already been defined" error.
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

updateclibot bot added 2 commits January 9, 2026 19:05
Made with ❤️️ by updatecli
@updateclibot updateclibot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2026
@olblak olblak merged commit f4a6294 into main Jan 9, 2026
5 checks passed
@olblak olblak deleted the updatecli_main_8f26e7ffd21b3dde6fda9d911f8361df3465b5e202955072512bbcc785a58492 branch January 9, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants