v0.7.8
What's Changed
TOML v1.1.0 has been released.
We have supported TOML v1.1.0.
However, since many tools do not yet support v1.1.0, the default TOML version will remain v1.0.0 for a while.
If you would like to use v1.1.0, please set toml-version = "v1.1.0" in the Tombi configuration file, or specify x-tombi-toml-version = "v1.1.0" in your JSON Schema.
🛠️ Other Changes
- docs: chore spell. by @ya7010 in #1366
- chore: update description in pyproject.toml for clarity by @ya7010 in #1367
- docs: add documentation for environment variables configuration by @ya7010 in #1368
- docs: add Environment Variables section to CLI documentation by @ya7010 in #1369
- refactor: Use macro hostname by @ya7010 in #1370
- build: update nix flake lock by @minhtrancccp in #1372
- feat: add CI workflow for Nix builds by @ya7010 in #1373
- refactor: specify full path for NumberOrString in diagnostic implementation by @ya7010 in #1374
- refactor: remove options by @ya7010 in #1375
- chore: enhance npm publishing workflow with OTP support and update package publish steps by @ya7010 in #1376
- refactor: indent by @ya7010 in #1377
- fix: typo by @ya7010 in #1378
- refactor: test code by @ya7010 in #1379
- refactor: test code by @ya7010 in #1380
- docs: add tip. by @ya7010 in #1384
- feat: add V1.1.0 variant. by @ya7010 in #1381
New Contributors
- @minhtrancccp made their first contribution in #1372
Full Changelog: v0.7.7...v0.7.8