Skip to content

Commit c2d026d

Browse files
phip1611nicholasbishop
authored andcommitted
changelog: add publish date to all versions
1 parent 3fe3639 commit c2d026d

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
replaced with a derived `Debug` impl.
4040
- `CStr16::from_u16_with_nul_unchecked` and `cstr16!` are now allowed in
4141
`const` contexts.
42-
42+
4343
### Removed
4444

4545
- Removed `UnalignedCStr16`; use `UnalignedSlice` instead. An
@@ -73,7 +73,8 @@
7373
This allows using both crates while disabling `logger` in `uefi`,
7474
which was previously impossible.
7575

76-
## uefi - 0.17.0
76+
## uefi - 0.17.0 (2022-09-09)
77+
7778

7879
### Added
7980

@@ -127,7 +128,7 @@
127128
can be replaced by calling `status.into()`, or `Result::from(status)`
128129
in cases where the compiler needs a type hint.
129130

130-
## uefi-macros - 0.8.0
131+
## uefi-macros - 0.8.0 (2022-09-09)
131132

132133
### Changed
133134

@@ -136,7 +137,7 @@
136137
must both be named (e.g. `image: Handle` and `_image: Handle` are both
137138
OK, but not `_: Handle`).
138139

139-
## uefi-services - 0.14.0
140+
## uefi-services - 0.14.0 (2022-09-09)
140141

141142
### Added
142143

@@ -169,21 +170,21 @@
169170
- Enabled `doc_auto_cfg` on docs.rs to show badges on items that are
170171
gated behind a feature.
171172

172-
## uefi-macros - 0.7.1
173+
## uefi-macros - 0.7.1 (2022-08-26)
173174

174175
### Changed
175176

176177
- Relaxed the version requirements for the `proc-macro2`, `quote`, and
177178
`sync` dependencies to allow earlier patch versions.
178179

179-
## uefi-services - 0.13.1
180+
## uefi-services - 0.13.1 (2022-08-26)
180181

181182
### Changed
182183

183184
- Relaxed the version requirements for the `log` dependency to allow
184185
earlier patch versions.
185186

186-
## uefi - 0.16.0
187+
## uefi - 0.16.0 (2022-05-16)
187188

188189
### Added
189190

@@ -215,20 +216,20 @@
215216

216217
- Fixed undefined behavior in `proto::media::file::File::get_boxed_info`.
217218

218-
## uefi-macros - 0.7.0
219+
## uefi-macros - 0.7.0 (2022-05-16)
219220

220221
### Added
221222

222223
- Added `cstr8` and `cstr16` macros for creating `CStr8`/`CStr16` string literals
223224
at compile time.
224225

225-
## uefi-services - 0.13.0
226+
## uefi-services - 0.13.0 (2022-05-16)
226227

227228
### Changed
228229

229230
- Bumped `uefi` dependency to latest version.
230231

231-
## uefi - 0.15.2
232+
## uefi - 0.15.2 (2022-03-15)
232233

233234
### Added
234235

@@ -309,13 +310,13 @@
309310
- Fixed size check for file info types so that alignment padding is
310311
taken into account. This fixes potential out-of-bounds writes.
311312

312-
## uefi-macros - 0.6.1
313+
## uefi-macros - 0.6.1 (2022-03-15)
313314

314315
### Changed
315316

316317
- Updated to the 2021 edition.
317318

318-
## uefi-services - 0.12.1
319+
## uefi-services - 0.12.1 (2022-03-15)
319320

320321
### Changed
321322

0 commit comments

Comments
 (0)