Skip to content

Commit 88c258e

Browse files
committed
edited changelog
1 parent 3ee3fe5 commit 88c258e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22

3-
## Version 0.5.0
3+
## Version 0.5.2
4+
5+
- [fix] Lowered the dependency versions (they were far too stringent and new)
6+
- [fix] Change PyPI deployment to source only. It is not practical to distribute
7+
a platform-specific wheel. The wheel must be platform-specific, because gRPC
8+
has C underpinnings.
9+
10+
11+
## Version 0.5.1
412

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

21+
22+
## Version 0.5.0
23+
24+
- yanked due to source distribution issues. All features present in 0.5.1
25+
26+
1327
## Version 0.4.0
1428

1529
- [doc] General documentation updates.

0 commit comments

Comments
 (0)