Skip to content

Commit bab826e

Browse files
committed
chore(c): Release 0.13.0
1 parent 6bacc96 commit bab826e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

bindings/c/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
- Lookups for previous / next siblings, affecting selectors like `nth-child`. [#324](https://github.com/Stranger6667/css-inline/issues/324)
1212

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+
1319
### Performance
1420

1521
- Avoid using binary search on attributes.
@@ -24,5 +30,6 @@
2430

2531
- Initial public release
2632

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
2835
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.11.3...c-v0.12.0

bindings/c/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-c"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)