Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ sort -u -o domains.txt domains.txt

## Output

> **Formats changed in v2.0.0.** `csp_matches_*.txt` moved from prose to structured fields,
> `resolution_results_*.txt` and `csp_matches_*.txt` may carry a `WILDCARD_ZONE|` prefix, and
> `takeover_candidates_*.txt` gained hop count and chain path. Anything parsing v1 output needs
> updating. These files are consumed by other tooling, so their formats are treated as contracts.

Each run creates a timestamped subdirectory under the output directory containing:

| File | Contents |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
2.0.0
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.0"
__version__ = "2.0.0"