-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ed0767
commit 014f914
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## [1.0.2] | ||
* Bump documenter to version 1.0 | ||
* Bump TranscodingStreams to version 0.10 | ||
|
||
## [1.0.1] | ||
* Do not assert buffer mark has been set in special macros | ||
* Seveal bugfixes and documentation improvements to Tokenizer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Automa" | ||
uuid = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b" | ||
authors = ["Kenta Sato <[email protected]>", "Jakob Nybo Nissen <[email protected]"] | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
|
||
[deps] | ||
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" | ||
|
@@ -10,7 +10,7 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" | |
[compat] | ||
julia = "1.6" | ||
PrecompileTools = "1" | ||
TranscodingStreams = "0.9" | ||
TranscodingStreams = "0.9, 0.10" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|