From dcf3cc144d8e60fabb829b067109c5a6762f9950 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 05:19:40 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ef55766 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 1.0.0 (2025-10-21) + + +### Bug Fixes + +* **actions:** remove docker compose version since obsolete ([5f4ceff](https://github.com/opiproject/actions/commit/5f4ceffdf580ad70ae711039281db66d0b890616)) +* correct opi test timeout ([9934763](https://github.com/opiproject/actions/commit/993476347c2dc6c52e85dc16f72783be9f99cf0c)) +* **docker:** pin docker compose version to 2.36.0 ([12229fc](https://github.com/opiproject/actions/commit/12229fcc3f5999bea64f528a47b89ce2fd62af8a)) +* **python:** add .gitignore items ([475fa7d](https://github.com/opiproject/actions/commit/475fa7db973a9721ecc7f0c196f20fb2d1c78f84)) +* **python:** add Makefile with lint target ([8cac150](https://github.com/opiproject/actions/commit/8cac150e49da6b4d19fb81e92f6a956ebd8eb3ab)) +* **python:** add stub test ([44e25fc](https://github.com/opiproject/actions/commit/44e25fc7c8992e85f2816039c0d314d672fa1a6f)) +* **python:** create stub poetry project ([3b8fbb6](https://github.com/opiproject/actions/commit/3b8fbb6492f73baddf72ba4378088b4d24ae928f))