Skip to content

Commit 23167b2

Browse files
committed
grammar nits
1 parent 39f8cc2 commit 23167b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.0.3 (Feb 10, 2025)
1+
# 2.0.3 (Feb 12, 2025)
22

33
Improvements
44
* Add optional compression libs to extras_require (#2123, #2387)
@@ -31,15 +31,15 @@ Fixes
3131
* Avoid logging errors during test fixture cleanup (#2458)
3232
* Release coordinator lock before calling maybe_leave_group (#2460)
3333
* Dont raise RuntimeError for dead process in SpawnedService.wait_for() (#2461)
34-
* Casts the size of a MemoryRecordsBuilder object (#2438)
34+
* Cast the size of a MemoryRecordsBuilder object (#2438)
3535
* Fix DescribeConfigsResponse_v1 config_source (#2464)
3636
* Fix base class of DescribeClientQuotasResponse_v0 (#2465)
3737
* Update socketpair w/ CVE-2024-3219 fix (#2468)
3838

3939
Testing
4040
* Transition CI/CD to GitHub Workflows (#2378, #2392, #2381, #2406, #2419, #2418, #2417, #2456)
4141
* Refactor Makefile (#2457)
42-
* Uses assert_called_with in client_async tests (#2375)
42+
* Use assert_called_with in client_async tests (#2375)
4343
* Cover sticky assignor's metadata method with tests (#2161)
4444
* Update fixtures.py to check "127.0.0.1" for auto port assignment (#2384)
4545

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44

5-
2.0.3 (Feb 10, 2025)
5+
2.0.3 (Feb 12, 2025)
66
####################
77

88
Improvements
@@ -40,7 +40,7 @@ Fixes
4040
* Avoid logging errors during test fixture cleanup (#2458)
4141
* Release coordinator lock before calling maybe_leave_group (#2460)
4242
* Dont raise RuntimeError for dead process in SpawnedService.wait_for() (#2461)
43-
* Casts the size of a MemoryRecordsBuilder object (#2438)
43+
* Cast the size of a MemoryRecordsBuilder object (#2438)
4444
* Fix DescribeConfigsResponse_v1 config_source (#2464)
4545
* Fix base class of DescribeClientQuotasResponse_v0 (#2465)
4646
* Update socketpair w/ CVE-2024-3219 fix (#2468)
@@ -49,7 +49,7 @@ Testing
4949
-------
5050
* Transition CI/CD to GitHub Workflows (#2378, #2392, #2381, #2406, #2419, #2418, #2417, #2456)
5151
* Refactor Makefile (#2457)
52-
* Uses assert_called_with in client_async tests (#2375)
52+
* Use assert_called_with in client_async tests (#2375)
5353
* Cover sticky assignor's metadata method with tests (#2161)
5454
* Update fixtures.py to check "127.0.0.1" for auto port assignment (#2384)
5555

0 commit comments

Comments
 (0)