Skip to content

chore: release#2

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-03-13T20-44-19Z
Open

chore: release#2
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-03-13T20-44-19Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 13, 2026

🤖 New release

  • celer_system_linux_ctypes: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • celer_system_linux_syscalls: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • celer: 0.1.1 -> 0.1.2 (✓ API compatible changes)

celer_system_linux_syscalls breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.46.0/src/lints/enum_missing.ron

Failed in:
  enum celer_system_linux_syscalls::arch::Sysno, previously in file /tmp/.tmpBTQTuM/celer_system_linux_syscalls/src/x86_64.rs:7

--- 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.46.0/src/lints/function_missing.ron

Failed in:
  function celer_system_linux_syscalls::arch::syscall2, previously in file /tmp/.tmpBTQTuM/celer_system_linux_syscalls/src/x86_64.rs:112
  function celer_system_linux_syscalls::arch::syscall1, previously in file /tmp/.tmpBTQTuM/celer_system_linux_syscalls/src/x86_64.rs:76
  function celer_system_linux_syscalls::arch::syscall6, previously in file /tmp/.tmpBTQTuM/celer_system_linux_syscalls/src/x86_64.rs:287
  function celer_system_linux_syscalls::arch::syscall5, previously in file /tmp/.tmpBTQTuM/celer_system_linux_syscalls/src/x86_64.rs:237
  function celer_system_linux_syscalls::arch::syscall0, previously in file /tmp/.tmpBTQTuM/celer_system_linux_syscalls/src/x86_64.rs:39
  function celer_system_linux_syscalls::arch::syscall4, previously in file /tmp/.tmpBTQTuM/celer_system_linux_syscalls/src/x86_64.rs:192
  function celer_system_linux_syscalls::arch::syscall3, previously in file /tmp/.tmpBTQTuM/celer_system_linux_syscalls/src/x86_64.rs:149
Changelog

celer_system_linux_ctypes

0.1.1 - 2026-04-25

Added

  • (syscalls) add x86_64 support (#9)
  • (syscalls) aarch64 support (#8)

celer_system_linux_syscalls

0.2.0 - 2026-04-25

Added

  • (syscalls) thin wrappers around raw syscalls (#10)
  • (syscalls) add x86_64 support (#9)
  • (syscalls) aarch64 support (#8)
  • (syscalls) full coverage of Linux 1.0 syscalls (#7)
  • (syscalls) support 32-bit x86 (#6)
  • create very thin wrappers for syscalls

Fixed

  • repair syscalls rustdoc links
  • (syscalls) replace usize with size_t

Other

  • run on aarch64 linux
  • (syscalls) use strict provenance APIs
  • (coverage) use coveralls and branch coverage
  • (miri) return -ENOSYS for unsupported syscalls and skip

celer

0.1.2 - 2026-04-25

Added

  • (syscalls) thin wrappers around raw syscalls (#10)
  • (syscalls) add x86_64 support (#9)
  • (syscalls) aarch64 support (#8)
  • (syscalls) full coverage of Linux 1.0 syscalls (#7)
  • (syscalls) support 32-bit x86 (#6)
  • create very thin wrappers for syscalls
  • (system) add linux syscalls crate

Fixed

  • repair syscalls rustdoc links
  • (syscalls) replace usize with size_t

Other

  • delete codecov.yml
  • run on aarch64 linux
  • (syscalls) use strict provenance APIs
  • (coverage) use coveralls and branch coverage
  • (miri) return -ENOSYS for unsupported syscalls and skip
  • (codecov) use files instead of file
  • (coverage) run coverage with nightly toolchain


This PR was generated with release-plz.

@github-actions github-actions Bot changed the title chore: release chore(celer): release v0.1.2 Mar 13, 2026
@github-actions github-actions Bot force-pushed the release-plz-2026-03-13T20-44-19Z branch from 68213ad to f4977a7 Compare March 13, 2026 23:46
@github-actions github-actions Bot changed the title chore(celer): release v0.1.2 chore: release Mar 13, 2026
@github-actions github-actions Bot force-pushed the release-plz-2026-03-13T20-44-19Z branch 8 times, most recently from 67e6616 to 852fc0d Compare March 15, 2026 15:03
@github-actions github-actions Bot force-pushed the release-plz-2026-03-13T20-44-19Z branch 5 times, most recently from 5a80877 to 3adaeb3 Compare April 24, 2026 18:14
@github-actions github-actions Bot force-pushed the release-plz-2026-03-13T20-44-19Z branch from 3adaeb3 to c42e7cd Compare April 25, 2026 14:11
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.

0 participants