Skip to content

Commit

Permalink
release: 4.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Mar 22, 2024
1 parent 9bc1006 commit 78e8146
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# AutoSetSyntax Changelog

## 4.0.2

- chore: add more Magika file types
- chore: provide more precise matched reason
- refactor: remove more Node.js related things

## 4.0.1

- refactor: expose `ViewSnapshot` in `AutoSetSyntax.plugin`
Expand Down
2 changes: 1 addition & 1 deletion plugin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

################################################################################

VERSION_INFO = (2, 11, 18)
VERSION_INFO = (4, 0, 2)
VERSION = ".".join(map(str, VERSION_INFO))

################################################################################
Expand Down

0 comments on commit 78e8146

Please sign in to comment.