lex-detect 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f77e3a6b893a9718bc86f4eb9c506b06c42e513a2d26ee63fbb4dfef5051cb1
|
|
4
|
+
data.tar.gz: 75a57e054a3797d9ae2ab8a783b9b5b308080a76a3f68aea0368f7db86379b50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d04db0cc050a64f55062e8824ac4a18f38b133540729ae646fdb2afca9d43fcef462dee317743ba3cfc34d42cbf62a69451eb709c58991bce8ed48a7fab3fae
|
|
7
|
+
data.tar.gz: dd74597c1eb0a4cd7ab7ea585a296ddfd3ae8bbb3ff7a29a9f2979e957641a5e4b285db749d0749fbc3127f1c7f7a252966190c08c23104f111dece1744ea15d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.3] - 2026-03-24
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- FullScan and DeltaScan actors now override `use_runner?` to return false, preventing them from going through `Runner.run` which requires a `function` parameter they don't define; this caused null function/result in CheckSubtask messages
|
|
7
|
+
|
|
3
8
|
## [0.2.2] - 2026-03-22
|
|
4
9
|
|
|
5
10
|
### Changed
|