diff --git a/CHANGELOG.md b/CHANGELOG.md index f32c0928..b328b5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/liblaf/utils.py/compare/v0.1.0...v0.2.0) (2023-04-04) + +### Features + +- **sort/json:** new command: utils.py sort json ([c00b0c0](https://github.com/liblaf/utils.py/commit/c00b0c0891c66419d00b8614cb943e7d64b743dc)) +- **sort/url:** new command: utils.py sort url ([2643414](https://github.com/liblaf/utils.py/commit/2643414962df3a90816aea2882db1dbb173d2ed7)) + +### Bug Fixes + +- fix use of unsafe yaml load ([fdeb618](https://github.com/liblaf/utils.py/commit/fdeb6183e122b7ca0c0d54aae89b6fd42fa4ab30)), closes [#7](https://github.com/liblaf/utils.py/issues/7) +- **sort/github:** fix url ([b2f3a85](https://github.com/liblaf/utils.py/commit/b2f3a858987e17c93ddf7b785768a6ebf801ec9b)) +- **sort:** update frontmatter ([85d961b](https://github.com/liblaf/utils.py/commit/85d961b6f7710f0312ab8d1ee16929494d9c3384)) + +### Documentation + +- update awesome list ([c05788a](https://github.com/liblaf/utils.py/commit/c05788acb075b12e5b5ee095bd87bf6076c78291)) +- update usage ([f3a13b6](https://github.com/liblaf/utils.py/commit/f3a13b60e1050c57f94ce9564becd2c33b4d0e56)) + ## 0.1.0 (2023-03-25) ### Features diff --git a/pyproject.toml b/pyproject.toml index 42d042cd..9a1c3fdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ name = "utils-py" packages = [{ include = "utils" }] readme = "README.md" repository = "https://github.com/liblaf/utils.py" -version = "0.1.0" +version = "0.2.0" [tool.poetry.dependencies] pygithub = "^1.58.1"