Skip to content

0.2.7

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 04:23
· 376 commits to main since this release

0.2.7 (2022-01-26)

  • fix: added default-members to workspace to prevent publishing the test api
  • chore: re-ran cargo sort
  • chore: ran cargo sort
  • feat: added environment variable overrides
  • chore(deps): bump reqwest from 0.11.8 to 0.11.9
  • Bumps reqwest from 0.11.8 to 0.11.9.
  • Release notes
  • Changelog
  • Commits

updated-dependencies:

  • dependency-name: reqwest
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
  • Signed-off-by: dependabot[bot] [email protected]
  • chore(deps): bump serde_json from 1.0.74 to 1.0.78
  • Bumps serde_json from 1.0.74 to 1.0.78.
  • Release notes
  • Commits

updated-dependencies:

  • dependency-name: serde_json
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
  • Signed-off-by: dependabot[bot] [email protected]
  • ci: dont bump on dependabot updates
  • ci(revert): move kodiak toml to repo root
  • This reverts commit 86da4fd.
  • ci: move kodiak toml to repo root
  • ci: add doc and ci to cz schema pattern
  • ci: update kodiak config
  • ci: update cz schema validation to allow for scopes
  • chore(deps): bump serde from 1.0.133 to 1.0.135
  • Bumps serde from 1.0.133 to 1.0.135.
  • Release notes
  • Commits

updated-dependencies:

  • dependency-name: serde
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
  • Signed-off-by: dependabot[bot] [email protected]
  • doc: update intro sentence
  • doc: fixed a weird sentence
  • doc: first pass on readme
  • added contributing guide (thanks atom for the baseline)
    added code_of_conduct (thanks contributor covenant)
    added bug and issue templates (thanks rust & atom for the baselines)
  • ci: split publish into two discrete steps to avoid weird caching issues