Releases: voioo/observer
Releases · voioo/observer
Release list
Observer v0.3.2
What's Changed
- Bump ctrlc from 3.4.6 to 3.4.7 by @dependabot in #19
- Bump sysinfo from 0.35.0 to 0.35.1 by @dependabot in #18
- Bump sysinfo from 0.35.1 to 0.35.2 by @dependabot in #21
- Bump num_cpus from 1.16.0 to 1.17.0 by @dependabot in #20
Full Changelog: v0.3.1...v0.3.2
Observer v0.3.1
What's Changed
- Bump sysinfo from 0.34.2 to 0.35.0 by @dependabot in #17
Full Changelog: v0.3.0...v0.3.1
Observer v0.3.0
Merge pull request #16 from voioo/voioo/improvements feat: several improvements
v0.2.35
Add GitHub Actions workflow to update AUR PKGBUILD on release This commit introduces a new workflow that automatically updates the PKGBUILD and .SRCINFO files for the AUR package upon a new release. The workflow includes steps for installing necessary tools, checking out the repository, downloading release assets, calculating checksums, updating the PKGBUILD with the new version and checksums, generating the .SRCINFO file, and committing the changes back to the repository.
v0.2.4
Merge pull request #8 from voioo/dependabot/cargo/main/serde-1.0.218 Bump serde from 1.0.217 to 1.0.218
v0.2.3
Enhance architecture detection and support in install script - Improve architecture detection in `detect_arch()` function - Add more detailed architecture-specific warnings and information - Update error handling for unsupported architectures - Expand README with architecture support details and considerations - Modify GitHub Actions workflow to use cross-compilation - Add checksum generation for release artifacts
v0.2.2
What's Changed
- Bump config from 0.15.4 to 0.15.5 by @dependabot in #1
- Bump log from 0.4.22 to 0.4.25 by @dependabot in #2
- Bump config from 0.15.5 to 0.15.6 by @dependabot in #3
Full Changelog: v0.2.1...v0.2.2
v0.2.1
feat: updated core management and load tracking functionality
v0.1.2
fix: add termination feature to ctrlc crate
v0.1.1
fix: restore all cores on service shutdown