Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.2.0 #129

Merged
merged 1 commit into from
Dec 9, 2024
Merged

chore: release v0.2.0 #129

merged 1 commit into from
Dec 9, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 5, 2024

🤖 New release

  • hip-rs: 0.1.1 -> 0.2.0 (⚠️ API breaking changes)

⚠️ hip-rs breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/enum_variant_added.ron

Failed in:
  variant HipErrorKind:NotReady in /tmp/.tmp9idpSs/hip-rs/src/core/result.rs:27
  variant HipErrorKind:NotSupported in /tmp/.tmp9idpSs/hip-rs/src/core/result.rs:28

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/function_missing.ron

Failed in:
  function hip_rs::get_device_pci_bus_id, previously in file /tmp/.tmp6JwvaB/hip-rs/src/runtime/device.rs:227
  function hip_rs::get_device_name, previously in file /tmp/.tmp6JwvaB/hip-rs/src/runtime/device.rs:126
  function hip_rs::device_total_mem, previously in file /tmp/.tmp6JwvaB/hip-rs/src/runtime/device.rs:105
  function hip_rs::device_compute_capability, previously in file /tmp/.tmp6JwvaB/hip-rs/src/runtime/device.rs:83
  function hip_rs::get_device_uuid, previously in file /tmp/.tmp6JwvaB/hip-rs/src/runtime/device.rs:174
Changelog

0.2.0 - 2024-12-09

Other

  • skip binding generationon docs.rs (#139)
  • add MemPool (#138)
  • add stream::query_stream(). closes 134 (#135)
  • closes 26. add Device::get_default_mem_pool() (#133)
  • add synchronize() (#132)
  • only run CI on PR (#131)
  • Update release.yaml (#130)
  • closes 112. add core::stream (#128)
  • rename runtime -> core (#127)


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release v0.1.2 chore: release v0.2.0 Dec 9, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-12-05T21-42-21Z branch from dcfc74a to 81a299c Compare December 9, 2024 18:41
@smedegaard smedegaard merged commit ce0d3d3 into main Dec 9, 2024
@smedegaard smedegaard deleted the release-plz-2024-12-05T21-42-21Z branch December 9, 2024 18:44
smedegaard added a commit that referenced this pull request Dec 9, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
smedegaard added a commit that referenced this pull request Dec 23, 2024
* chore: release v0.1.2 (#129)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* add hip_call() (#143)

* add docs step to release job (#145)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* add docs step to release job (#146)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant