dts 0.2.6

A tool to deserialize, transform and serialize data between different encodings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "bootstrap-sha": "f617297717c4d8d0187ea447c7bdd28c26e2a5be",
  "plugins": ["cargo-workspace"],
  "release-type": "rust",
  "changelog-sections": [
    {"type":"feat", "section":"Features", "hidden":false},
    {"type":"fix", "section":"Bug Fixes", "hidden":false},
    {"type":"chore", "section":"Miscellaneous", "hidden":false}
  ],
  "bump-minor-pre-major": true,
  "skip-github-release": false,
  "separate-pull-requests": false,
  "packages": {
    ".": {}
  }
}