···11----
22-'@atcute/cid': minor
33-'@atcute/car': minor
44-'@atcute/cbor': minor
55----
66-77-update to DASL spec 2025-10-20
88-99-- remove support for empty CIDs (zero-length digests), which were removed from the spec
1010-- reject `Infinity` values in CBOR encoder (in addition to `NaN`)
1111-- optimize streamed CAR reader by removing buffer concatenation for CID reads
···11----
22-'@atcute/bluesky-richtext-segmenter': major
33----
44-55-make `segmentize` generic
66-77-I've marked this as a major change but it shouldn't pose any issues for most cases. this change
88-should allow this segmenter to be used anywhere and not just on Bluesky's rich text interfaces.
···11# @atcute/bluesky-richtext-segmenter
2233+## 3.0.0
44+55+### Major Changes
66+77+- 507aba8: make `segmentize` generic
88+99+ I've marked this as a major change but it shouldn't pose any issues for most cases. this change
1010+ should allow this segmenter to be used anywhere and not just on Bluesky's rich text interfaces.
1111+312## 2.0.4
413514### Patch Changes
···11# @atcute/car
2233+## 5.1.0
44+55+### Minor Changes
66+77+- 0795806: update to DASL spec 2025-10-20
88+ - remove support for empty CIDs (zero-length digests), which were removed from the spec
99+ - reject `Infinity` values in CBOR encoder (in addition to `NaN`)
1010+ - optimize streamed CAR reader by removing buffer concatenation for CID reads
1111+1212+### Patch Changes
1313+1414+- Updated dependencies [0795806]
1515+ - @atcute/cid@2.4.0
1616+ - @atcute/cbor@2.3.0
1717+318## 5.0.0
419520### Major Changes
+1-1
packages/utilities/car/package.json
···11{
22 "type": "module",
33 "name": "@atcute/car",
44- "version": "5.0.0",
44+ "version": "5.1.0",
55 "description": "lightweight DASL CAR (content-addressable archives) codec for AT Protocol.",
66 "keywords": [
77 "atproto",
+14
packages/utilities/cbor/CHANGELOG.md
···11# @atcute/cbor
2233+## 2.3.0
44+55+### Minor Changes
66+77+- 0795806: update to DASL spec 2025-10-20
88+ - remove support for empty CIDs (zero-length digests), which were removed from the spec
99+ - reject `Infinity` values in CBOR encoder (in addition to `NaN`)
1010+ - optimize streamed CAR reader by removing buffer concatenation for CID reads
1111+1212+### Patch Changes
1313+1414+- Updated dependencies [0795806]
1515+ - @atcute/cid@2.4.0
1616+317## 2.2.8
418519### Patch Changes
···11# @atcute/cid
2233+## 2.4.0
44+55+### Minor Changes
66+77+- 0795806: update to DASL spec 2025-10-20
88+ - remove support for empty CIDs (zero-length digests), which were removed from the spec
99+ - reject `Infinity` values in CBOR encoder (in addition to `NaN`)
1010+ - optimize streamed CAR reader by removing buffer concatenation for CID reads
1111+312## 2.3.0
413514### Minor Changes