You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [6.0.1] - 2025-02-05
8
+
9
+
### Added
10
+
- Added Python 3.13 support
11
+
12
+
### Changed
13
+
- Change logger name in `common/sender/data.py` so it logs to `devo.data` instead to ROOT
14
+
15
+
### Fixed
16
+
- Bump security libraries to updated versions
17
+
-`test_api_cli` corrected as error code changed nomenclature
0 commit comments