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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
## v2.1.19 - 2026-08-01
2
+
## Version 2.1.19
3
+
4
+
### Changes to Existing Features
5
+
-**Dependencies**:
6
+
- Updated `confuse` to version `2.2.1` in both `docs/requirements.txt` and `requirements.txt`. This update includes improvements and bug fixes that enhance configuration management.
7
+
8
+
### Internal
9
+
-**Version Update**:
10
+
- Bumped the package version to `2.1.19` to reflect the changes in dependencies.
11
+
12
+
### Diagram of Dependency Changes
13
+
```mermaid
14
+
graph TD;
15
+
A[Previous confuse Version 2.1.0] --> B[docs/requirements.txt & requirements.txt];
16
+
B --> C[Updated to confuse 2.2.1];
17
+
```
18
+
19
+
This update ensures that the dependency on `confuse` is current, benefiting from the latest enhancements and fixes.
0 commit comments