Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Releases: nocturlab/setup-vlang-action

v1.2.2 🌈

12 Oct 14:52
Compare
Choose a tag to compare

v1.2.1 🌈

06 Jan 06:57
96d6d0b
Compare
Choose a tag to compare

Changes

  • Just change the V version in test @shiipou (#79)
  • Revert "Remove the "v_" prefix from the zip" @shiipou (#74)

Contributors

@dependabot and @shiipou

v1.2.0 🌈

30 Nov 11:21
5cb58a1
Compare
Choose a tag to compare

!! Use This release only if you want to use the latest (>= 0.1.30) or master V release.

*Master still work in older releases.

Changes

  • Compatibility with the new V workflow. @shiipou (#71)

🐛 Bug Fixes

Contributors

@shiipou

v1.1.2 🌈

16 Aug 19:43
83742e7
Compare
Choose a tag to compare

Changes

  • ci: run test on schedule every day @Serkonda (#27)
  • Allow to use action output v_home in other steps @shiipou (#28)

🧰 Maintenance

Contributors

@Serkonda and @shiipou

v1.1.1 🌈

16 May 16:02
3589118
Compare
Choose a tag to compare

Changes

🧰 Maintenance

Contributors

@dependabot, @dependabot[bot], @shiipou and @alexesprit

v1.1.0 🌈

18 Apr 12:05
3c43c7f
Compare
Choose a tag to compare

Add the option to use V from the Master branch of the V Repository

v1.0.2 🌈

23 Mar 17:07
c1317f1
Compare
Choose a tag to compare

Change release to GitHub standard (v1.0.2)
You can use the Action by using only the major version.

v1.0.1 🌈

16 May 09:10
1e5a500
Compare
Choose a tag to compare

Allow the usage of the Action on MacOS workflow

v1.0.0 🌈

16 May 09:09
d594fed
Compare
Choose a tag to compare

This is the first release.

This allow anybody to compile and run VLang programs using latest or selected version of the vlang executable.

You can just use this step :

- name: Set up VLang version latest
      uses: nocturlab/setup-vlang-action@v1.0.0
      with:
        v-version: latest
      id: v
- name : my_step
  run : v build .