# 0.1.2 (March 4th, 2025)
## Added
- Support explicitly specifying field type with `u8`,`u16`,`u32`,`u64`,`u128` aftering `=>`
- Add `from_mut_ptr`,`from_ptr`,`to_ptr`,`to_mut_ptr` for the types declared by `bitstruct_small`
# 0.1.1 (February 24th, 2025)
## Fixed
- Fix non-inline enum type with `::` will fail.
## Documented
- bitstruct_field_enum: Provide a bug document that has not been fixed yet.
# 0.1.0 (February 24th, 2025)
- Initial release