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 456eeef
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

2 comments on commit 456eeef

@jakobnissen
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/93406

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.2 -m "<description of version>" 456eeef78f2955ec8e7e669cfbc3fada31d3f3b4
git push origin v1.0.2

Please sign in to comment.