Skip to content

Commit 2ff295b

Browse files
committed
docs: update CHANGELOG.md and README.md
1 parent 5906a6f commit 2ff295b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
All notable changes to this project will be documented here.
44

5-
## [v1.2.0] - 2024-07-20
5+
## [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
622

723
### Style
824

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ $ pip install wheel
2727
$ python setup.py bdist_wheel
2828
$ pip install ./dist/code_simplify-*-py3-none-any.whl
2929
```
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

Comments
 (0)