Skip to content

Commit 832422f

Browse files
authored
Update CHANGELOG.md
1 parent 559f27e commit 832422f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/client/packaging/pypi/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@
33
All notable future changes to the `delphi_epidata` python client will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6-
## [4.1.24] - 2024-06-06
6+
## [4.1.24] - 2024-07-09
77

88
### Includes
99
- https://github.com/cmu-delphi/delphi-epidata/pull/1470
10+
- https://github.com/cmu-delphi/delphi-epidata/pull/1486
11+
- https://github.com/cmu-delphi/delphi-epidata/pull/1463
12+
- https://github.com/cmu-delphi/delphi-epidata/pull/1465
1013

1114
### Changed
1215
- Replaced `setup.py` with `pyproject.toml` for package metadata and build configuration.
16+
- Removed heavy `delphi_utils` dependency by changing debug output from structured logger to direct stderr printing.
17+
18+
### Fixed
19+
- Resolved previous version number typo in CHANGELOG.
20+
- Client version will now only incremented and released when there are structural/functional changes.
1321

1422
## [4.1.23] - 2024-05-31
1523

0 commit comments

Comments
 (0)