@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.2.2] - 2021-05-20
11
+
12
+ - [ #446 ] Add usage examples for ` Debug2Format ` , ` Display2Format `
13
+ - [ #464 ] ` impl<T> Format for {*const, *mut} T where T: Format + ?Sized `
14
+ - [ #472 ] ` impl Format for ` the core::{iter, ops, slice} structs
15
+ - [ #473 ] ` impl Format for ` all the ` Cow ` s
16
+ - [ #477 ] Disable logging calls via conditional compilation when all defmt features are disabled
17
+ - [ #478 ] add ` dbg! ` macro
18
+
19
+ [ #446 ] : https://github.com/knurling-rs/defmt/pull/446
20
+ [ #464 ] : https://github.com/knurling-rs/defmt/pull/464
21
+ [ #472 ] : https://github.com/knurling-rs/defmt/pull/472
22
+ [ #473 ] : https://github.com/knurling-rs/defmt/pull/473
23
+ [ #477 ] : https://github.com/knurling-rs/defmt/pull/477
24
+ [ #478 ] : https://github.com/knurling-rs/defmt/pull/478
25
+
10
26
## [ v0.2.1] - 2021-03-08
11
27
12
28
### Added
@@ -223,7 +239,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
223
239
224
240
Initial release
225
241
226
- [ Unreleased ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.2.0...main
242
+ [ Unreleased ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.2.2...main
243
+ [ v0.2.2 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.2.1...defmt-v0.2.2
227
244
[ v0.2.1 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.2.0...defmt-v0.2.1
228
245
[ v0.2.0 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.1.3...defmt-v0.2.0
229
246
[ v0.1.3 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.1.2...defmt-v0.1.3
0 commit comments