# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.2.0] - 2023-12-15 ### Added - It is now possible to use any non-default Watchdog, by specifying their ID upon activation. See `Watchdog::new_by_id()`. - Changelog. ### Changed - Updated all dependencies to latest version. ### Fixed - Cleared several warnings. ## [0.1.0] - 2022-07-29 ### Added - First version of the Linux Watchdog API Rust implementation. [unreleased]: https://github.com/doubleaj/watchdog-device/compare/v0.2.0...HEAD [0.2.0]: https://github.com/doubleaj/watchdog-device/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/doubleaj/watchdog-device/releases/tag/v0.1.0