Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly authored Oct 16, 2023
1 parent eb08afb commit 914a8c0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
CodecXz.jl
==========

[![codecov.io][codecov-img]][codecov-url]

## Installation

```julia
Expand Down Expand Up @@ -45,10 +43,3 @@ This package exports following codecs and streams:
| `XzDecompressor` | `XzDecompressorStream` |

See docstrings and [TranscodingStreams.jl](https://github.com/bicycle1885/TranscodingStreams.jl) for details.

[travisci-img]: https://travis-ci.org/bicycle1885/CodecXz.jl.svg?branch=master
[travisci-url]: https://travis-ci.org/bicycle1885/CodecXz.jl
[appveyor-img]: https://ci.appveyor.com/api/projects/status/2otqmsovdp76og60?svg=true
[appveyor-url]: https://ci.appveyor.com/project/bicycle1885/codecxz-jl
[codecov-img]: http://codecov.io/github/bicycle1885/CodecXz.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/bicycle1885/CodecXz.jl?branch=master

2 comments on commit 914a8c0

@sjkelly
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 register()

@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/93518

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 v0.7.1 -m "<description of version>" 914a8c00eb570c09c2fb526603b276c6fe109dcd
git push origin v0.7.1

Please sign in to comment.