From aa6f91c22d99e209c5090dc2fc356d4be68acb1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 20:47:20 +0800 Subject: [PATCH] chore(main): release 0.1.0 (#1) * chore(main): release 0.1.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> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f32c0928 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## 0.1.0 (2023-03-25) + +### Features + +- initial commit ([0b7f36a](https://github.com/liblaf/utils.py/commit/0b7f36a0da4a117102e0631fede3d78ff8eeecba)) diff --git a/pyproject.toml b/pyproject.toml index 01e6aea9..7fa3c121 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.0.0" +version = "0.1.0" [tool.poetry.dependencies] pygithub = "^1.58.1"