File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- ## [ 0.4.23] - 2025-01-10
5
+ ## [ 0.4.24] - 2025-01-11
6
+
7
+ ## What's Changed
8
+ * Fix up kv feature activation by @KodrAus in https://github.com/rust-lang/log/pull/659
9
+
10
+
11
+ ** Full Changelog** : https://github.com/rust-lang/log/compare/0.4.23...0.4.24
12
+
13
+ ## [ 0.4.23] - 2025-01-10 (yanked)
6
14
7
15
## What's Changed
8
16
* Fix some typos by @Kleinmarb in https://github.com/rust-lang/log/pull/637
@@ -322,7 +330,8 @@ version using log 0.4.x to avoid losing module and file information.
322
330
323
331
Look at the [ release tags] for information about older releases.
324
332
325
- [ Unreleased ] : https://github.com/rust-lang-nursery/log/compare/0.4.23...HEAD
333
+ [ Unreleased ] : https://github.com/rust-lang-nursery/log/compare/0.4.24...HEAD
334
+ [ 0.4.24 ] : https://github.com/rust-lang/log/compare/0.4.23...0.4.24
326
335
[ 0.4.23 ] : https://github.com/rust-lang/log/compare/0.4.22...0.4.23
327
336
[ 0.4.22 ] : https://github.com/rust-lang/log/compare/0.4.21...0.4.22
328
337
[ 0.4.21 ] : https://github.com/rust-lang/log/compare/0.4.20...0.4.21
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " log"
4
- version = " 0.4.23 " # remember to update html_root_url
4
+ version = " 0.4.24 " # 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.23 "
345
+ html_root_url = "https://docs.rs/log/0.4.24 "
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