File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
- Lookups for previous / next siblings, affecting selectors like ` nth-child ` . [ #324 ] ( https://github.com/Stranger6667/css-inline/issues/324 )
12
12
13
+ ## [ 0.13.0] - 2024-01-19
14
+
15
+ ### Fixed
16
+
17
+ - Lookups for previous / next siblings, affecting selectors like ` nth-child ` . [ #324 ] ( https://github.com/Stranger6667/css-inline/issues/324 )
18
+
13
19
### Performance
14
20
15
21
- Avoid using binary search on attributes.
24
30
25
31
- Initial public release
26
32
27
- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/c-v0.12.0...HEAD
33
+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/c-v0.13.0...HEAD
34
+ [ 0.13.0 ] : https://github.com/Stranger6667/css-inline/compare/c-v0.12.0...c-v0.13.0
28
35
[ 0.12.0 ] : https://github.com/Stranger6667/css-inline/compare/c-v0.11.3...c-v0.12.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " css-inline-c"
3
- version = " 0.12 .0"
3
+ version = " 0.13 .0"
4
4
authors = [
" Dmitry Dygalo <[email protected] >" ]
5
5
edition = " 2021"
6
6
You can’t perform that action at this time.
0 commit comments