systemless 0.23.18

High-Level Emulation for classic Macintosh applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "bootstrap-sha": "a18e2a12bbc42085dac5015cd0c5c50c1335b39e",
  "packages": {
    ".": {
      "release-type": "rust",
      "package-name": "systemless",
      "include-component-in-tag": false,
      "changelog-sections": [
        { "type": "feat", "section": "Features" },
        { "type": "fix", "section": "Bug Fixes" },
        { "type": "perf", "section": "Performance Improvements" },
        { "type": "revert", "section": "Reverts" },
        { "type": "refactor", "section": "Code Refactoring" }
      ]
    }
  }
}