@@ -7,17 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- - ` FieldFpec ` instead or ` fty ` generic
11
- - print error on ci ` curl ` request fail
12
- - removed ` rty ` generic in ` FieldWriter `
13
- - ` bool ` and ` u8 ` as default generics for ` BitReader/Writer ` and ` FieldReader/Writer `
14
- - Bump MSRV to 1.65
15
- - Optimize case change/sanitize
16
- - Fix dangling implicit derives
17
- - Fix escaping <> and & characters in doc attributes
18
- - Add ` interrupt_link_section ` config parameter for controlling the ` #[link_section = "..."] ` attribute of ` __INTERRUPTS `
10
+ ## [ v0.29.0] - 2023-06-05
11
+
12
+ - ` FieldFpec ` instead or ` fty ` generic (#722 )
13
+ - print error on ci ` curl ` request fail (#725 )
14
+ - removed ` rty ` generic in ` FieldWriter ` (#721 )
15
+ - ` bool ` and ` u8 ` as default generics for ` BitReader/Writer ` and ` FieldReader/Writer ` (#720 )
16
+ - Bump MSRV to 1.65 (#711 )
17
+ - Optimize case change/sanitize (#715 )
18
+ - Fix dangling implicit derives (#703 )
19
+ - Fix escaping <> and & characters in doc attributes (#711 )
20
+ - Add ` interrupt_link_section ` config parameter for controlling the ` #[link_section = "..."] ` attribute of ` __INTERRUPTS ` (#718 )
19
21
- Add option to implement Debug for readable registers (#716 )
20
- - Add ` atomics-feature `
22
+ - Add ` atomics-feature ` ( # 729 )
21
23
22
24
## [ v0.28.0] - 2022-12-25
23
25
@@ -792,7 +794,8 @@ peripheral.register.write(|w| w.field().set());
792
794
793
795
- Initial version of the ` svd2rust ` tool
794
796
795
- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.28.0...HEAD
797
+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.29.0...HEAD
798
+ [ v0.29.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.28.0...v0.29.0
796
799
[ v0.28.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.27.2...v0.28.0
797
800
[ v0.27.2 ] : https://github.com/rust-embedded/svd2rust/compare/v0.27.1...v0.27.2
798
801
[ v0.27.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.27.0...v0.27.1
0 commit comments