From 20e27734376f171422c7eee43a7d0701bc183570 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:55:03 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3d118ff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2025-01-15) + + +### 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)) +* **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))