Skip to content

Commit

Permalink
edited changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislupp committed Feb 27, 2024
1 parent 3ee3fe5 commit 88c258e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log

## Version 0.5.0
## Version 0.5.2

- [fix] Lowered the dependency versions (they were far too stringent and new)
- [fix] Change PyPI deployment to source only. It is not practical to distribute
a platform-specific wheel. The wheel must be platform-specific, because gRPC
has C underpinnings.


## Version 0.5.1

- [feature] Transitioned away from setuptools and setup.py to a pyproject.toml
and poetry-based package.
Expand All @@ -10,6 +18,12 @@
coveralls.
- [feature] Added action to upload to PyPI when a release is published.


## Version 0.5.0

- yanked due to source distribution issues. All features present in 0.5.1


## Version 0.4.0

- [doc] General documentation updates.
Expand Down

0 comments on commit 88c258e

Please sign in to comment.