From 5a4e6e2737f7a933121dff6ad6031e3ce084146c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 08:35:20 +0000 Subject: [PATCH] chore(main): release 0.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727e2be..f87262a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ffc240a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [0.15.0](https://github.com/ZeroGachis/magicparse/compare/0.14.0...0.15.0) (2024-08-27) + + +### Features + +* update to python 3.11 ([55a5fa4](https://github.com/ZeroGachis/magicparse/commit/55a5fa4f8c9d2df176eeaeeae6f0bb3e27eec0b4)) + + +### Miscellaneous Chores + +* add CODEOWNERS ([4962f29](https://github.com/ZeroGachis/magicparse/commit/4962f29abd40bda61d74fd972c66f801fc3051be)) +* add service catalog for techportal ([78ca92d](https://github.com/ZeroGachis/magicparse/commit/78ca92d50f904b7220bd31863bfdbeb804ae44ee)) +* **deps:** update black to 24 ([20e443e](https://github.com/ZeroGachis/magicparse/commit/20e443e6b458a9c39ba1154c7ba29b9f029ce15d)) +* **deps:** update flake8 to 7 ([4e985f6](https://github.com/ZeroGachis/magicparse/commit/4e985f645ec1c0238cc546ef493cd54ced7aa999)) +* **deps:** update poetry lock file ([fd4054e](https://github.com/ZeroGachis/magicparse/commit/fd4054e97baf3e1132a15d440f3925daaf5698aa)) +* **deps:** update pytest to 8 ([f836e66](https://github.com/ZeroGachis/magicparse/commit/f836e66c985eb59ce9da455e749ee1eaaaef303c)) +* switch to release please system ([2ade4c9](https://github.com/ZeroGachis/magicparse/commit/2ade4c9b9ef81d0509984a54135ed8807f52642f)) + + +### Continuous Integration + +* update pullrequest CI to last common workflows version ([72b4829](https://github.com/ZeroGachis/magicparse/commit/72b48292f1767f3891e8d88feb73a202f1f52c90)) +* update release ci to use releaseplease ([01b8040](https://github.com/ZeroGachis/magicparse/commit/01b80407cbdf71a4bef70befb1fe939af6511ad0)) diff --git a/pyproject.toml b/pyproject.toml index 1300dd1..936a4c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "magicparse" -version = "0.0.0" +version = "0.15.0" description = "Declarative parser 🛸" authors = ["Smartway "] readme = "README.md"