Skip to content

Commit 76543ed

Browse files
authored
Bump version to 0.11.0 (#232)
1 parent 1dbf35c commit 76543ed

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "TranscodingStreams"
22
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
33
license = "MIT"
44
authors = ["Kenta Sato <[email protected]>"]
5-
version = "0.10.10"
5+
version = "0.11.0"
66

77
[deps]
88
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

src/TranscodingStreams.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ include("stream.jl")
1616
include("io.jl")
1717
include("noop.jl")
1818
include("transcode.jl")
19-
include("deprecated.jl")
2019

2120
function test_roundtrip_read end
2221
function test_roundtrip_write end

src/deprecated.jl

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)