Skip to content

Releases: conda-forge/conda-forge-metadata

0.11.0

28 Oct 16:46
18af7dc
Compare
Choose a tag to compare

What's Changed

  • Bump the github-actions group in /.github/workflows with 2 updates by @dependabot in #52
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #53
  • Add rattler-build support for info_json_from_tar_generator by @pavelzw in #54

New Contributors

Full Changelog: 0.10.0...0.11.0

0.10.0

23 Sep 13:08
9453d67
Compare
Choose a tag to compare

What's Changed

  • Allow passing a custom session object to get_artifact_info_as_json by @ytausch in #51

New Contributors

Full Changelog: 0.9.2...0.10.0

0.9.2

10 Sep 18:56
b76a908
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

09 Sep 16:26
a358ed1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

09 Sep 15:45
850dc3c
Compare
Choose a tag to compare

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #37
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #38
  • Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 in /.github/workflows in the github-actions group by @dependabot in #39
  • Use miniforge, update pins by @jaimergp in #40
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #41
  • Bump the github-actions group in /.github/workflows with 2 updates by @dependabot in #42
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #43
  • Bump the github-actions group in /.github/workflows with 2 updates by @dependabot in #45
  • Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in /.github/workflows in the github-actions group by @dependabot in #46
  • fix: change regro to conda-forge by @beckermr in #47
  • feat: include allow list for autoreg in feedstocks for package by @beckermr in #48

Full Changelog: 0.8.1...0.9.0

0.8.1

10 Jun 15:57
f0b3c60
Compare
Choose a tag to compare

fixed

  • Use pathlib to parse info/ metadata paths in a stricter way. (#36)

Full Changelog: 0.8.0...0.8.1

0.8.0

11 Mar 10:24
4aeb51e
Compare
Choose a tag to compare

added

  • conda_forge_metadata.repodata contains some utilities to fetch channel labels and repodata JSONs. Useful to list and count artifacts.

0.7.0

08 Mar 11:50
613af8b
Compare
Choose a tag to compare

changed

  • Deprecated libcfgraph APIs.
  • Added new package to import mappings from the autotick bot.

0.6.2

22 Jan 09:37
d6e4378
Compare
Choose a tag to compare

added

  • skip_files_suffixes allows to customize which files are skipped from the package metadata. (#22)

fixed

  • Fix URL for defaults in streamed metadata. (#20)
  • Allow duplicates keys in YAML metadata parser. (#21)

0.6.1

18 Oct 20:05
9c0a693
Compare
Choose a tag to compare

fixed

  • Properly return None when the metadata is not found in oci and streamed backends. (#19)