Releases: pragmalang/pragma
v1.0.0RC
v0.3.2
This release adds a pragma version
command to the CLI (#108). Thank you, @martimatix for opening the issue!
v0.3.1
This release fixes #107 . Thanks to @capt-pyro and @martimatix for reporting the issue!
To apply the fix, run the following script in your Pragma project's directory:
cd .pragma && docker-compose down && docker-compose pull
Annd pragma dev
should work.
v0.3.0
This release includes:
- Many bug fixes 🐞
- Improvement of query aggregations, and the addition of random ordering (thanks again, @martimatix 😉)
- Improved error messages
Download the latest version by following the installation instructions.
For feedback, feel free to open an issue, or join our active Discord server.
Happy hacking!
v0.2.1
This release brings a few fixes for MacOS users. Give it a spin by following the installation instructions.
Special thanks to @martimatix for helping us debug the issues!
v0.2.0
This release includes:
- Lots of bug fixes
- Improved installation experience (you can now install Pragma using Homebrew)
- Wildly improved automated migrations
See the installation page to get started!
v0.1.0
We're so proud to present the very first release of Pragmalang. Read the release article to learn more!