Skip to content

Commit 50fad37

Browse files
committed
Update CHANGELOG.md
1 parent e815d8d commit 50fad37

File tree

1 file changed

+30
-18
lines changed

1 file changed

+30
-18
lines changed

CHANGELOG.md

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
# Change Log
22

3-
## [1.0.0] - 2024-04-26
3+
## [2.1.0] - 2025-08-17
44

55
Changes:
66

7-
- First release on PyPI
7+
- Camelize would capitalize words starting with an underscore. It now leaves them unchanged.
88

9-
## [1.0.1] - 2024-04-30
9+
- Old: `"_special"` -> `"Special"`
10+
- Now: `"_special"` -> `"_special"`
1011

11-
Changes:
12+
- Improve test coverage
13+
- Update README
1214

13-
- Upgrade dependencies
15+
## [2.0.0] - 2025-07-16
1416

15-
## [1.0.2] - 2024-09-08
17+
Breaking changes:
18+
19+
- The API error response now **always** includes the keys: `title`, `detail`, and `invalid_param`. The `title` key is always populated, while `detail` and `invalid_param` may be `null` depending on the error source.
20+
- Drop support for python 3.8
1621

1722
Changes:
1823

19-
- Add docstrings
20-
- Improve Makefile
21-
- Improve README
24+
- Improve code modularity and readability
25+
- Split tests in unittest and integration tests
26+
- Improve test coverage
27+
- Update Makefile
28+
- Update README
2229

2330
## [1.0.3] - 2025-03-16
2431

@@ -28,17 +35,22 @@ Changes:
2835
- Improve tests
2936
- Update README
3037

31-
## [2.0.0] - 2025-07-11
38+
## [1.0.2] - 2024-09-08
39+
40+
Changes:
3241

33-
Breaking changes:
42+
- Add docstrings
43+
- Improve Makefile
44+
- Improve README
3445

35-
- The API error response now **always** includes the keys: `title`, `detail`, and `invalid_param`. The `title` key is always populated, while `detail` and `invalid_param` may be `null` depending on the error source.
36-
- Drop support for python 3.8
46+
## [1.0.1] - 2024-04-30
3747

3848
Changes:
3949

40-
- Improve code modularity and readability
41-
- Split tests in unittest and integration tests
42-
- Improve test coverage
43-
- Update Makefile
44-
- Update README
50+
- Upgrade dependencies
51+
52+
## [1.0.0] - 2024-04-26
53+
54+
Changes:
55+
56+
- First release on PyPI

0 commit comments

Comments
 (0)