Skip to content

Releases: conda-forge/conda-smithy

v1.3.1

30 Sep 06:21
Compare
Choose a tag to compare
Merge pull request #320 from pelson/tweaks

Tweaks to deal with feedstock repo name, and to handle feedstocks who have a remote HEAD ref.

v1.3.0

29 Sep 16:21
Compare
Choose a tag to compare
Merge pull request #315 from jakirkham/drop_extra_checkout

Drop extra PR merge ref checkout on CircleCI

v1.2.0

01 Sep 09:42
Compare
Choose a tag to compare
  • Support conda-build 1 & 2
  • Fix failing uploads of feedstocks

v1.1.2

26 Aug 05:50
Compare
Choose a tag to compare
  • Fixed a bug in rerendering whereby the package index was being pulled for the wrong platform, resulting in incorrect build matrices (#274)
  • Bumped conda-build version support to >= 1.21.12

v1.1.1

24 Aug 08:31
Compare
Choose a tag to compare
  • feedstock clone_all now uses https, rather than ssh

v1.1.0

24 Aug 05:59
Compare
Choose a tag to compare
  • Improved feedstock instructions
  • Fixes for supporting conda-build >= 1.21.12
  • Unicode support for linter
  • Backtick support for linter maintainers
  • Clear appveyor.yml for skipped Windows builds
  • Added a "disabled" badge for skipped CI
  • Added a workaround for situations when CircleCI fails to skip when expected

Diff: v1.0.3...v1.1.0

v1.0.3

22 Jul 05:02
Compare
Choose a tag to compare
  • Authenticate calls to TravisCI for public key request (#239)
  • Fix use of Exception.message (#240)

v1.0.2

22 Jul 04:11
Compare
Choose a tag to compare
  • Fix README rendering for recipes with an about/description field (#236)
  • Fix TravisCI public key fetching to use appropriate headers (#238)

v1.0.1

11 Jul 22:57
Compare
Choose a tag to compare

Cached the Travis token.

v0.10.5

09 Jul 16:43
Compare
Choose a tag to compare
  • Fix AppVeyor badges when feedstocks have an _.
  • Add support for a --version argument.
  • Change the headers used with Travis-CI.
    • Use Travis/1.0 as the User-Agent.
    • Add application/json to the Content-Type.