Skip to content

Commit

Permalink
fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Jan 22, 2025
1 parent aa749ce commit afb0218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rust/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Minor

- Use the `standard_v3_0` model instead of `standard_v2_1` (see [model changelog](TODO))
- Use the `standard_v3_0` model instead of `standard_v2_1` (see [model changelog])

### Patch

Expand Down Expand Up @@ -43,3 +43,5 @@ ships a new model in comparison to the Python binary and we would love feedback
## 0.0.0

This version is a placeholder and does not expose anything.

[model changelog]: https://github.com/google/magika/blob/main/assets/models/CHANGELOG.md
4 changes: 3 additions & 1 deletion rust/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Minor

- Use the `standard_v3_0` model instead of `standard_v2_1` (see [model changelog](TODO))
- Use the `standard_v3_0` model instead of `standard_v2_1` (see [model changelog])
- Add content types `ContentType::Random{bytes,txt}` (those are only returned in
`InferredType::content_type` and not in `RuledType::content_type`)
- Add a `MODEL_MAJOR_VERSION` integer in addition to the `MODEL_NAME` string
Expand Down Expand Up @@ -34,3 +34,5 @@ ships a new model in comparison to the Python binary and we would love feedback
## 0.0.0

This version is a placeholder and does not expose anything.

[model changelog]: https://github.com/google/magika/blob/main/assets/models/CHANGELOG.md

0 comments on commit afb0218

Please sign in to comment.