changelogs 0.6.2

Manage versioning and changelogs for Cargo workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "rewrites": [
    { "source": "/", "destination": "/install.sh" }
  ],
  "headers": [
    {
      "source": "/(.*)",
      "headers": [
        { "key": "Content-Type", "value": "text/plain; charset=utf-8" }
      ]
    }
  ]
}