File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.4.17] - 2022-04-29
6
+
7
+ * Update ` kv_unstable ` internal dependencies.
8
+
5
9
## [ 0.4.16] - 2022-03-22
6
10
7
11
* Fix a conflict with unqualified ` Option ` use in macros.
@@ -215,7 +219,8 @@ version using log 0.4.x to avoid losing module and file information.
215
219
216
220
Look at the [ release tags] for information about older releases.
217
221
218
- [ Unreleased ] : https://github.com/rust-lang-nursery/log/compare/0.4.16...HEAD
222
+ [ Unreleased ] : https://github.com/rust-lang-nursery/log/compare/0.4.17...HEAD
223
+ [ 0.4.17 ] : https://github.com/rust-lang-nursery/log/compare/0.4.16...0.4.17
219
224
[ 0.4.16 ] : https://github.com/rust-lang-nursery/log/compare/0.4.15...0.4.16
220
225
[ 0.4.15 ] : https://github.com/rust-lang-nursery/log/compare/0.4.13...0.4.15
221
226
[ 0.4.14 ] : https://github.com/rust-lang-nursery/log/compare/0.4.13...0.4.14
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " log"
4
- version = " 0.4.16 " # remember to update html_root_url
4
+ version = " 0.4.17 " # remember to update html_root_url
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
Original file line number Diff line number Diff line change 314
314
#![ doc(
315
315
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
316
316
html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
317
- html_root_url = "https://docs.rs/log/0.4.16 "
317
+ html_root_url = "https://docs.rs/log/0.4.17 "
318
318
) ]
319
319
#![ warn( missing_docs) ]
320
320
#![ deny( missing_debug_implementations, unconditional_recursion) ]
You can’t perform that action at this time.
0 commit comments