Skip to content

Update changelog for 0.2.1a release #2207

Update changelog for 0.2.1a release

Update changelog for 0.2.1a release #2207

Workflow file for this run

name: pre-commit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: pre-commit/[email protected]