-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Docker configuration in the package #182
Conversation
5fd6cd7
to
18d28ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So sorry for the delay to reviewing this PR, I think I missed it. Everything is fine for one extra line.
Great job 🎉
Co-authored-by: Amélie <alallema@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since @alallema already approved!
bors merge |
192: Update version for the next release (v0.8.0) r=brunoocasali a=brunoocasali This version makes this package compatible with Meilisearch v0.28.0 🎉 Check out the changelog of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0) for more information on the changes. ## 💥 Breaking changes - This release is **only** compatible with the latest version of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0) ## 🚀 Enhancements * Support Symfony 6.1 (#181) `@norkunas` * Improve Docker configuration in the package (#182) `@brunoocasali` * Fixed `ClassMetadata` usage in `SearchableEntity`. (#185) `@althaus` ## 🐛 Bug Fixes * Fix meili:create when the configuration has no settings (#189) `@brunoocasali` Thanks again to `@althaus,` `@brunoocasali,` and `@norkunas!` 🎉 Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
This PR is auto-generated.
Add a basic Docker configuration based on this integration-guides issue.