Skip to content

Commit

Permalink
feat(changelog): add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Corfucinas committed May 6, 2022
1 parent c86c62d commit 33283d4
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## 0.2.1 (2022-05-06)

### Feat

- **src**: fix readthedocs, move various deps to dev, add metadata, python3.8 as the min version

### Fix

- **src**: python 3.8 as min ver, fix readthedos
- **src**: allow python3.7 for readthedocs CI
- **src**: update deps to fix readthedocs

### Perf

- **src**: lint using perflint
- **pre-commit**: update revs

### Refactor

- refactor the project modules
- ****init****: add encoding to file
- **noxfile**: fix mypy tests
- **noxfile**: update lint session
- **noxfile**: update noxfile with new pyproject.toml format
- **pre-commit-config**: make easier to read
- **setup.cfg**: remove file in favor of pyproject.toml configuration
- **README**: add pre-commit enabled badge
- **README**: add python version badge
- improve pre-commit-hooks and add badge to README
- Remove encoding declaration
- **conf**: remove encoding pragma
- **get_data.py**: rename function to fix flake8 warning

## v0.2.0 (2021-12-17)

## v0.1.7 (2021-08-24)

## v0.1.6 (2021-03-13)

## v0.1.4 (2021-03-03)

## v0.1.3 (2020-07-07)

## v0.1.2 (2020-07-07)

## v0.1.1 (2020-07-07)

## v0.1.0 (2020-07-07)

0 comments on commit 33283d4

Please sign in to comment.