okstd 2.0.0

The standard library that's ok
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "packages": {
    ".": {
      "package-name": "okstd",
      "changelog-path": "CHANGELOG.md",
      "release-type": "rust"
    },
    "ok_macros": {
      "package-name": "ok_macros",
      "changelog-path": "CHANGELOG.md",
      "release-type": "rust"
    }
  },
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}