We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5906a6f commit 2ff295bCopy full SHA for 2ff295b
CHANGELOG.md
@@ -2,7 +2,23 @@
2
3
All notable changes to this project will be documented here.
4
5
-## [v1.2.0] - 2024-07-20
+## [v1.2.1] - 2024-07-06
6
+
7
+### Fix
8
9
+- Make `log`, `http_utils` and `models` modules visible.
10
11
+### Test
12
13
+- Add logger test case.
14
15
+### Docs
16
17
+- Update `CHANGELOG.md`.
18
+- Add `Contributors Wall` to `README.md`.
19
20
21
+## [v1.2.0] - 2024-07-05
22
23
### Style
24
README.md
@@ -27,3 +27,9 @@ $ pip install wheel
27
$ python setup.py bdist_wheel
28
$ pip install ./dist/code_simplify-*-py3-none-any.whl
29
```
30
31
32
+# Contributors Wall
33
+<a href="https://github.com/Yaocool/code-simplify/graphs/contributors">
34
+ <img src="https://contrib.rocks/image?repo=Yaocool/code-simplify&max=200" />
35
+</a >
0 commit comments