# Releases
## Version 0.4.2
* Added `GuardedDevice` and `GuardedInstance` type aliases.
## Version 0.4.1
* Improved wording of `Destroyable` docs.
## Version 0.4.0
### Breaking changes
* Renamed `Destroyable::Context` to `Destroyable::Destroyer` to make the most
common use-case more obvious.
## Version 0.3.0
* Removed `scopeguard` dependency. (technically a breaking change because
`DeviceExt` now requires `Deref<Target=ash::Device>`)
## Version 0.2.0
### Breaking changes
* Renamed `EntryGuardedMethods` to `EntryExt`
* Renamed `InstanceGuardedMethods` to `InstanceExt`
* Renamed `DeviceGuardedMethods` to `DeviceExt`
## Version 0.1.0
First release!