Skip to content

Commit

Permalink
docs: update CHANGELOG.md and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaocool committed Jul 5, 2024
1 parent 5906a6f commit 2ff295b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

All notable changes to this project will be documented here.

## [v1.2.0] - 2024-07-20
## [v1.2.1] - 2024-07-06

### Fix

- Make `log`, `http_utils` and `models` modules visible.

### Test

- Add logger test case.

### Docs

- Update `CHANGELOG.md`.
- Add `Contributors Wall` to `README.md`.


## [v1.2.0] - 2024-07-05

### Style

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ $ pip install wheel
$ python setup.py bdist_wheel
$ pip install ./dist/code_simplify-*-py3-none-any.whl
```


# Contributors Wall
<a href="https://github.com/Yaocool/code-simplify/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Yaocool/code-simplify&max=200" />
</a >

0 comments on commit 2ff295b

Please sign in to comment.