Skip to content

Commit

Permalink
Bump TranscodingStreams to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Oct 14, 2023
1 parent 5ed0767 commit 014f914
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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
4 changes: 2 additions & 2 deletions Project.toml
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"
Expand All @@ -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"
Expand Down

0 comments on commit 014f914

Please sign in to comment.