Skip to content

Commit

Permalink
Prep for release v0.2.1 (#178)
Browse files Browse the repository at this point in the history
Bump version ...

Co-authored-by: Amirhessam Tahmassebi <[email protected]>
  • Loading branch information
amirhessam88 and Amirhessam Tahmassebi authored Dec 29, 2022
1 parent 53b2f53 commit d753476
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
### πŸ›  Fixed

### πŸ”₯ Added
---

## πŸ“ Version 0.2.1 - 2022-12-29
### πŸ›  Fixed
- [#174](https://github.com/slickml/slick-ml/pull/174) fixed `badges` in API docs.
### πŸ”₯ Added
- [#177](https://github.com/slickml/slick-ml/pull/177), [#176](https://github.com/slickml/slick-ml/pull/176) added `CLI` basic functionalities for `version` and `help`.
- [#175](https://github.com/slickml/slick-ml/pull/175) added unit-tests to cover `save-path` flag in all visualization modules.
- [#173](https://github.com/slickml/slick-ml/pull/173) added threshold in `.coveragerc` and `codecov.yml` to protect test coverages.

---
## πŸ“ Version 0.2.0 - 2022-11-27

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tool.poetry]
name = "slickml"
version = "0.2.0"
version = "0.2.1"
description = "SlickML: Slick Machine Learning in Python"
license = "MIT"
authors = [
Expand Down

0 comments on commit d753476

Please sign in to comment.