QuTech-Delft / OpenSquirrel

A flexible (Python-based) quantum program compiler
Apache License 2.0
5 stars 2 forks source link

Bump libqasm from 0.6.1 to 0.6.2 #145

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps libqasm from 0.6.1 to 0.6.2.

Release notes

Sourced from libqasm's releases.

Release 0.6.2

Added

  • .clang-format.
  • emscripten-wasm assets job.

Changed

  • Fix shared library build.

Removed

  • TREEN_GEN_BUILD_TESTS option.
Changelog

Sourced from libqasm's changelog.

[ 0.6.2 ] - [ 2024-04-09 ]

Added

  • .clang-format.
  • js-emscripten-wasm assets job.

Changed

Removed

  • TREEN_GEN_BUILD_TESTS option.
Commits
  • 42a7d74 Update condition for emscripten-wasm upload release asset step.
  • f2e9107 Fix version.py.
  • f70633a Add emscripten-wasm job to the list of needed jobs for the publish job.
  • 2d40414 Add emscripten-wasm job.
  • 8ea129c Update CHANGELOG.md.
  • cc8378d Add .clang-format.
  • 071f426 Add .clang-format.
  • 806f13d Update version.
  • 8fd7983 Implement get_version and get_release_version in include/version.hpp.
  • abde053 setup.py can build tests or not.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
rturrado commented 5 months ago

@elenbaasc since you have approved this PR, can you then approve https://github.com/QuTech-Delft/libqasm/pull/215?

Which basically contains the changes that went into libqasm 0.6.2.