Skip to content

Commit

Permalink
Bump TranscodingStreams to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored and jakobnissen committed Jul 3, 2024
1 parent 93c2813 commit 52f2ebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.0.4]
* Bump TranscodingStreams to version 0.11

## [1.0.3]
* Fix a bug when displaying Automa machine errors when the user has not imported
the symbol Automa
Expand Down
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.3"
version = "1.0.4"

[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, 0.10"
TranscodingStreams = "0.9, 0.10, 0.11"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 52f2ebb

Please sign in to comment.