From f406028604cc62edcbade4ad12b6f365d5413041 Mon Sep 17 00:00:00 2001 From: Ivan Chepurnyi Date: Tue, 7 Jan 2025 15:42:30 +0100 Subject: [PATCH] chore(main): release 1.0.0 (#2) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46b1b67..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5fac038 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 1.0.0 (2025-01-07) + + +### Features + +* Added `DbContainerBuilder` and `OpenSearchContainerBuilder` ([ef435d6](https://github.com/EcomDev/testcontainer-magento-data-php/commit/ef435d6052e97aff2ba75496c662fecc82b65a9d)) +* setup repository ([df181b0](https://github.com/EcomDev/testcontainer-magento-data-php/commit/df181b090bbe52c23a91a7cd36cb717bb0a5eca2)) + + +### Miscellaneous Chores + +* add release-please ([9443aaf](https://github.com/EcomDev/testcontainer-magento-data-php/commit/9443aaff642cb0936a353dd196b77cb6cb56b33e)) +* bootstrap releases for path: . ([#1](https://github.com/EcomDev/testcontainer-magento-data-php/issues/1)) ([c4871fd](https://github.com/EcomDev/testcontainer-magento-data-php/commit/c4871fd5a952034ded26ed6b29e98bb95444f82c)) +* fix format task ([7d3649c](https://github.com/EcomDev/testcontainer-magento-data-php/commit/7d3649ce1e6e432e21111d8ccfacae0c4cc40c1c))