Skip to content

Commit

Permalink
Merge pull request #62 from kurtmckee/changes
Browse files Browse the repository at this point in the history
Add a changelog fragment for post-1.2 changes
  • Loading branch information
kurtmckee authored Aug 29, 2024
2 parents 552e369 + f348605 commit 9df2237
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions changelog.d/20240828_174019_kurtmckee_changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### Python support

- Drop support for Python 3.6 and 3.7.
- Support Python 3.8+ and higher.

### Changed

- Use `orjson` for speed.

### Development

- Introduce a test suite.
- Add CI to test the project.
- Add CD to build and publish the project.
- Use Dependabot to maintain CI/CD action versions.
- Update pre-commit hooks.
- Use pre-commit.ci to maintain pre-commit hook versions,
and to run hooks against incoming PRs.

0 comments on commit 9df2237

Please sign in to comment.