Skip to content

v0.3.0

Latest

Choose a tag to compare

@zimeg zimeg released this 05 Feb 22:17
e127eb9

What's Changed

The latest Slack CLI release v3.12.0 now supports automatic server restarting on file changes with the slack run command! This update includes default watch patterns:

{
  "config": {
    "watch": {
        "app": {
            "filter-regex": "\\.py$",
            "paths": ["."]
        },
        "manifest": {
            "paths": ["manifest.json"]
        }
    }
}

🚀 Enhancements

  • feat: add default app and manifest watch config by @zimeg in #89

📦 Dependencies

  • build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #81
  • build(deps): bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in #82
  • build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #83
  • build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #87
  • build(deps): bump actions/stale from 10.1.0 to 10.1.1 by @dependabot[bot] in #86
  • build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #84
  • build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #85
  • build(deps): update packaging requirement from <26 to <27 by @dependabot[bot] in #88
  • build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #90
  • build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 by @dependabot[bot] in #91

Maintenance

  • ci(deps): auto-approve / auto-merge dependencies from dependabot by @mwbrooks in #92
  • chore(release): version 0.3.0 by @zimeg in #93

Full Changelog: 0.2.0...v0.3.0
Milestone: https://github.com/slackapi/python-slack-hooks/milestone/3