Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#2)
Browse files Browse the repository at this point in the history
* chore(main): release 0.2.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and pre-commit-ci[bot] authored Apr 4, 2023
1 parent 04d687a commit d203d4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d203d4b

Please sign in to comment.