zoonect-oss / ash_uuid

AshUUID: Extension for using UUID v4 and v7, with supports encoding and prefixing
https://hexdocs.pm/ash_uuid
MIT License
13 stars 7 forks source link

Allows newer version for ash and ash_postgres #13

Closed abdelaz3r closed 1 week ago

abdelaz3r commented 2 weeks ago

This PR allows ash_uuid to support newer versions of its dependencies.

Currently, :ash is restricted to versions below 3.1.x, and :ash_postgres is restricted to versions below 2.1.x. These constraints were introduced in #9 and #11 (for :ash_postgres specifically), which is why an additional version condition was added for :ash_postgres.

These restrictions are now causing issues because the pinned version (2.0.11) is flagged as insecure.

moissela commented 1 week ago

Thanks for your contribution 🚀

I should have resolved the issues with the CI, but unfortunately, GitHub Actions haven't been working well lately.

I'll publish the new release ASAP 🙂

moissela commented 1 week ago

v1.1.2 released!