File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.4.25] - 2025-01-14
6
+
7
+ ## What's Changed
8
+ * Revert loosening of kv cargo features by @KodrAus in https://github.com/rust-lang/log/pull/662
9
+
10
+
11
+ ** Full Changelog** : https://github.com/rust-lang/log/compare/0.4.24...0.4.25
12
+
5
13
## [ 0.4.24] - 2025-01-11
6
14
7
15
## What's Changed
@@ -330,7 +338,8 @@ version using log 0.4.x to avoid losing module and file information.
330
338
331
339
Look at the [ release tags] for information about older releases.
332
340
333
- [ Unreleased ] : https://github.com/rust-lang-nursery/log/compare/0.4.24...HEAD
341
+ [ Unreleased ] : https://github.com/rust-lang-nursery/log/compare/0.4.25...HEAD
342
+ [ 0.4.25 ] : https://github.com/rust-lang/log/compare/0.4.24...0.4.25
334
343
[ 0.4.24 ] : https://github.com/rust-lang/log/compare/0.4.23...0.4.24
335
344
[ 0.4.23 ] : https://github.com/rust-lang/log/compare/0.4.22...0.4.23
336
345
[ 0.4.22 ] : https://github.com/rust-lang/log/compare/0.4.21...0.4.22
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " log"
4
- version = " 0.4.24 " # remember to update html_root_url
4
+ version = " 0.4.25 " # 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 342
342
#![ doc(
343
343
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
344
344
html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
345
- html_root_url = "https://docs.rs/log/0.4.24 "
345
+ html_root_url = "https://docs.rs/log/0.4.25 "
346
346
) ]
347
347
#![ warn( missing_docs) ]
348
348
#![ deny( missing_debug_implementations, unconditional_recursion) ]
You can’t perform that action at this time.
0 commit comments