Skip to content

Commit

Permalink
Merge pull request #6 from JuliaString/spj/compat
Browse files Browse the repository at this point in the history
Fix TagBot complaint
  • Loading branch information
ScottPJones authored May 23, 2020
2 parents b5ff77b + 3edaad3 commit 191fe70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ test = ["Test"]

[compat]
julia = "^1.0.0"
ModuleInterfaceTools = "≥ 1.0.0"
StrAPI = "≥ 1.0.0"
CharSetEncodings = "≥ 1.0.0"
ModuleInterfaceTools = "1"
StrAPI = "1"
CharSetEncodings = "1"
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

| **Info** | **Windows** | **Linux & MacOS** | **Package Evaluator** | **CodeCov** | **Coveralls** |
|:------------------:|:------------------:|:---------------------:|:-----------------:|:---------------------:|:-----------------:|
| [![][license-img]][license-url] | [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkg-s-img]][pkg-s-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url]
| [![][gitter-img]][gitter-url] | [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkg-m-img]][pkg-m-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url]
| [![][license-img]][license-url] | [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url]
| [![][gitter-img]][gitter-url] | [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url]

[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
[license-url]: LICENSE.md

[gitter-img]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge

[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/C/ChrBase.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html

[travis-url]: https://travis-ci.org/JuliaString/ChrBase.jl
[travis-s-img]: https://travis-ci.org/JuliaString/ChrBase.jl.svg
[travis-m-img]: https://travis-ci.org/JuliaString/ChrBase.jl.svg?branch=master
Expand All @@ -20,11 +23,6 @@
[app-s-img]: https://ci.appveyor.com/api/projects/status/lrdfni7si4o797fr?svg=true
[app-m-img]: https://ci.appveyor.com/api/projects/status/lrdfni7si4o797fr/branch/master?svg=true

[pkg-s-url]: http://pkg.julialang.org/detail/ChrBase
[pkg-m-url]: http://pkg.julialang.org/detail/ChrBase
[pkg-s-img]: http://pkg.julialang.org/badges/ChrBase_0.6.svg
[pkg-m-img]: http://pkg.julialang.org/badges/ChrBase_0.7.svg

[codecov-url]: https://codecov.io/gh/JuliaString/ChrBase.jl
[codecov-img]: https://codecov.io/gh/JuliaString/ChrBase.jl/branch/master/graph/badge.svg

Expand Down

2 comments on commit 191fe70

@ScottPJones
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 updated: JuliaRegistries/General/15225

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.1 -m "<description of version>" 191fe701742e1c42480d9ae84f729ae1909c5489
git push origin v1.0.1

Please sign in to comment.