Skip to content

Commit 3b5b96e

Browse files
chore: release main (#15)
1 parent 8ceb30e commit 3b5b96e

File tree

8 files changed

+39
-5
lines changed

8 files changed

+39
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.3","packages/critters":"1.1.3","packages/astro":"1.1.3"}
1+
{".":"1.2.0","packages/critters":"1.2.0","packages/astro":"1.2.0"}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.3...critters-rs-v1.2.0) (2025-09-25)
4+
5+
6+
### Features
7+
8+
* add exclude_external option ([#14](https://github.com/michaelhthomas/critters-rs/issues/14)) ([8ceb30e](https://github.com/michaelhthomas/critters-rs/commit/8ceb30eadc0413f6d5789dc31612e4fb3ae586f7))
9+
10+
11+
### Bug Fixes
12+
13+
* avoid integer overflow from szudzik pairing on large inputs ([4f7827a](https://github.com/michaelhthomas/critters-rs/commit/4f7827a37c6f224473544b72d796e1e811a6d681))
14+
* trim slashes when deserializing regular expression matchers ([8ae8668](https://github.com/michaelhthomas/critters-rs/commit/8ae86687ce74f801babe3e01c135339057cba841))
15+
16+
17+
### Performance Improvements
18+
19+
* optimized filtering of selector list ([54355e4](https://github.com/michaelhthomas/critters-rs/commit/54355e4ee7e0618e2e7ffb1059e6ecce933b58fe))
20+
* store class list separately from other attributes ([72d815b](https://github.com/michaelhthomas/critters-rs/commit/72d815b595ebbd4f23fabce7acc3dbb463b37ae4))
21+
* **style_calculation:** precompute "id" local name in hot path ([dcdbe73](https://github.com/michaelhthomas/critters-rs/commit/dcdbe73a9565845754846784ded2f4bf373c289c))
22+
323
## [1.1.3](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.2...critters-rs-v1.1.3) (2025-06-15)
424

525

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "critters-rs"
33
description = "Quickly inline your website's critical CSS."
4-
version = "1.1.3"
4+
version = "1.2.0"
55
license = "Apache-2.0"
66
readme = "README.md"
77
homepage = "https://github.com/michaelhthomas/critters-rs"

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.1.3...astro-v1.2.0) (2025-09-25)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **astro:** Synchronize critters versions
9+
310
## [1.1.3](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.1.2...astro-v1.1.3) (2025-06-15)
411

512

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@critters-rs/astro",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "Astro integration for critters-rs. Quickly inline your website's critical CSS.",
55
"author": "Michael Thomas",
66
"license": "Apache-2.0",

packages/critters/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.3...critters-v1.2.0) (2025-09-25)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **critters:** Synchronize critters versions
9+
310
## [1.1.3](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.2...critters-v1.1.3) (2025-06-15)
411

512

packages/critters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@critters-rs/critters",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "Quickly inline your website's critical CSS.",
55
"author": "Michael Thomas",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)