Skip to content

Releases: ohadravid/win32job-rs

v2.0.0

26 Jan 10:17
Compare
Choose a tag to compare

What's Changed

  • Replace winapi with windows-rs by @Kharosx0 in #2
  • Avoid windows crate types in public API by @ohadravid in #4 to fix #3
  • Fix bug in query_process_id_list (see also #5)

New Contributors

Full Changelog: v1.0.2...v2.0.0

v1.0.4

26 Jan 10:13
Compare
Choose a tag to compare

What's Changed

  • Backport bugfix in query_process_id_list to v1 by @ohadravid in #5

Full Changelog: v1.0.2...v1.0.4

v1.0.3 - Yanked

24 Jan 06:35
9b5e85f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

12 Aug 15:57
Compare
Choose a tag to compare

Implement Send + Sync for Job