Skip to content

Releases: ApeWorX/github-action

v3.0

26 Jul 13:29
6095f4f
Compare
Choose a tag to compare

fix!: Update default Python version from 3.8 to 3.10 to align with Ape 0.8 (#33)

v2.7

05 Feb 16:36
edfe946
Compare
Choose a tag to compare
  • fix: issue where was warned about cache Path validation error when not using certain features, such as compilers.

v2.6

31 Jan 16:42
3004dd9
Compare
Choose a tag to compare
  • Upgrade action dependencies setup-python and caching

v2.5

29 Jan 17:03
61ea0da
Compare
Choose a tag to compare
  • Upgrade andstor/file-existence-action from v2 to v3 to resolve node-deprecation warnings

v2.4

05 Oct 17:46
7840039
Compare
Choose a tag to compare

What's Changed

fix: issue where requirements files were no longer installed #30
Thanks @antazoey

v2.3

05 Sep 15:05
186f2f8
Compare
Choose a tag to compare

What's Changed

fix: regression with projects containing version specs in ape-config.yaml #29
Thanks @antazoey

v2.2

31 Aug 12:55
64421da
Compare
Choose a tag to compare

What's Changed

feat: The default ape-plugins-list now is based on the existence of version specs in your ape-config.yaml [#26]. Thanks @antazoey.

If you have version specs, the default is now simply . (install plugins from file). If you don't, the default is the same as it was before: . --upgrade (install the latest plugins from your config file).

v2.1

08 Jun 19:12
96f2ed0
Compare
Choose a tag to compare

What's Changed

  • feat: add way to install from remote branch or commit as well as renames [APE-1027] by @antazoey in #20
  • docs: fix pin example [APE-1037] by @antazoey in #21

New Contributors

Full Changelog: v2...v2.1

v2.0

06 Feb 20:27
fdc58b3
Compare
Choose a tag to compare

Breaking Change

  • fix: move upgrade flag to the default plugin list by @Schlagonia in #17

New Contributors

Full Changelog: v1.3...v2.0

v1.3

06 Feb 20:22
98088cb
Compare
Choose a tag to compare

What's Changed

  • refactor: use github output files instead of set-output by @fubuloubu in #9

Full Changelog: v1.2...v1.3