-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(mycelium-bitfield): prepare to release mycelium-bitfield 0.1.0
Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## mycelium-bitfield-v0.1.0 - (2022-07-16) | ||
|
||
|
||
### Added | ||
|
||
- Bitfield macro thingy ([#168](https://github.com/hawkw/mycelium/issues/168)) ([e8a1e1a](https://github.com/hawkw/mycelium/e8a1e1a569404fa0e9dedcd9b5a231b4e0a2af17)) | ||
- Add `mycelium-bitfield` crate ([#171](https://github.com/hawkw/mycelium/issues/171)) ([ae9c79a](https://github.com/hawkw/mycelium/ae9c79a132b3b88ee8cc306f9a14031059d3fb87)) | ||
- Packing spec type safety ([#174](https://github.com/hawkw/mycelium/issues/174)) ([12ea600](https://github.com/hawkw/mycelium/12ea6004918a185b99af59a34a8a37f04d935e14)) | ||
- Add `..` to use all remaining bits ([#176](https://github.com/hawkw/mycelium/issues/176)) ([7855a55](https://github.com/hawkw/mycelium/7855a557932d8e498a1cebfe47a3d6d1882985fe)) | ||
- Add `WaitQueue` ([#191](https://github.com/hawkw/mycelium/issues/191)) ([85d5b00](https://github.com/hawkw/mycelium/85d5b00b9156de88777226325d0b1fb2e9ed596b)) | ||
|
||
### Documented | ||
|
||
- Document generated methods ([#173](https://github.com/hawkw/mycelium/issues/173)) ([1ded218](https://github.com/hawkw/mycelium/1ded218e71800496433cc0b291e573fb529f8874)) | ||
- Add example generated code ([#172](https://github.com/hawkw/mycelium/issues/172)) ([5e5d0f4](https://github.com/hawkw/mycelium/5e5d0f4c834b4e1efd64e1c75689cbee70c1cb12)) | ||
- Add a README and lib.rs docs ([#254](https://github.com/hawkw/mycelium/issues/254)) ([777e379](https://github.com/hawkw/mycelium/777e379b55f12f2a4609392bffe738f009873820)) | ||
- Add missing docs for packing specs ([#254](https://github.com/hawkw/mycelium/issues/254)) ([f077270](https://github.com/hawkw/mycelium/f077270c63d8d6f443accaa8fdf737b284627e8f)) | ||
- Summarize generated code ([#254](https://github.com/hawkw/mycelium/issues/254)) ([5a053f6](https://github.com/hawkw/mycelium/5a053f62c194779798017aa70d0365d141a072f4)) | ||
- Use tables in generated method docs ([#254](https://github.com/hawkw/mycelium/issues/254)) ([b57dbe6](https://github.com/hawkw/mycelium/b57dbe660748d13fa134a56fc53badf9f9383143)) | ||
- Summarize the API in the README ([#254](https://github.com/hawkw/mycelium/issues/254)) ([c72450e](https://github.com/hawkw/mycelium/c72450e373baeee5ce1e4c03aafa24d492319ed8)) | ||
- Link back to mycelium ([#254](https://github.com/hawkw/mycelium/issues/254)) ([b8025e5](https://github.com/hawkw/mycelium/b8025e57943d5bacf098d41bdb2abd45fc39a1c8)) | ||
|
||
### Fixed | ||
|
||
- `FromBits` for ints using all bits ([#176](https://github.com/hawkw/mycelium/issues/176)) ([5917629](https://github.com/hawkw/mycelium/591762938d4c329926e37ca99f58a48b89bcd44b)) | ||
- Macro generating broken doc links ([#176](https://github.com/hawkw/mycelium/issues/176)) ([1920795](https://github.com/hawkw/mycelium/192079584bbe4af57d6de81d73b1937cf6849e8b)) | ||
|
||
<!-- generated by git-cliff --> |