Skip to content

Releases: pragmalang/pragma

v1.0.0RC

15 May 20:53
Compare
Choose a tag to compare
v1.0.0RC Pre-release
Pre-release

This is a release candidate for the v1.0.0 to test the current code base with the community and find as many bugs as possible.

v0.3.2

09 Jan 16:07
Compare
Choose a tag to compare

This release adds a pragma version command to the CLI (#108). Thank you, @martimatix for opening the issue!

v0.3.1

08 Jan 16:14
Compare
Choose a tag to compare

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

07 Jan 22:57
Compare
Choose a tag to compare

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

27 Dec 13:04
Compare
Choose a tag to compare

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

23 Dec 21:01
Compare
Choose a tag to compare

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

13 Nov 07:57
Compare
Choose a tag to compare

We're so proud to present the very first release of Pragmalang. Read the release article to learn more!