From ff7c8cb4fffa90cc09fde0156036f65a9dda1ac3 Mon Sep 17 00:00:00 2001 From: hustf Date: Sun, 13 Dec 2020 09:55:36 +0100 Subject: [PATCH 1/4] modified: .github/workflows/TagBot.yml # ref https://discourse.julialang.org/t/ann-required-updates-to-tagbot-yml/49249 modified: Project.toml Version updated to next tag modified: README.md Drop 0.6 badge, migration to travis-ci.com --- .github/workflows/TagBot.yml | 7 +++++-- Project.toml | 1 + README.md | 5 ++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index d77d3a0..778c06f 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,9 +1,12 @@ name: TagBot on: - schedule: - - cron: 0 * * * * + issue_comment: + types: + - created + workflow_dispatch: jobs: TagBot: + if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1 diff --git a/Project.toml b/Project.toml index 001dce4..55071ad 100644 --- a/Project.toml +++ b/Project.toml @@ -1,5 +1,6 @@ name = "WebSockets" uuid = "104b5d7c-a370-577a-8038-80a2059c5097" +version = "0.5.3" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" diff --git a/README.md b/README.md index a1965f6..30454d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WebSockets.jl -[![WebSockets](http://pkg.julialang.org/badges/WebSockets_0.6.svg)](http://pkg.julialang.org/?pkg=WebSockets&ver=0.6) [![Build Status](https://travis-ci.org/JuliaWeb/WebSockets.jl.svg)](https://travis-ci.org/JuliaWeb/WebSockets.jl) +[![Build Status](https://github.com/JuliaWeb/WebSockets.jl/workflows/CI/badge.svg)](https://github.com/JuliaWeb/URIs.jl/actions) [![Coverage Status](https://img.shields.io/coveralls/JuliaWeb/WebSockets.jl.svg)](https://coveralls.io/r/JuliaWeb/WebSockets.jl) [![Appveyor](https://ci.appveyor.com/api/projects/status/github/JuliaWeb/WebSockets.jl?svg=true&logo=appveyor)](https://ci.appveyor.com/project/shashi/WebSockets-jl/branch/master) @@ -91,6 +91,9 @@ The issues section is used for planning development: Contributions are welcome. - Alternative Julia packages: [DandelionWebSockets](https://github.com/dandeliondeathray/DandelionWebSockets.jl) and the direct implementation in [HTTP.jl](https://github.com/JuliaWeb/HTTP.jl). ## Errors after updating? +### To version 1.5.2/3 +Julia 0.7 is dropped from testing, but the compatibility as stated in 'Project.toml' is kept, since HTTP is also claiming to be 0.7 compatible and we do not want to put too many restraints on the compatibility graph. The non-compatibility is that @wslog will not quite work. + ### To version 1.5.2 WebSockets.DEFAULTOPTIONS has changed to WebSockets.default_options() The previous behaviour is considered a bug, and might result in From 7db0119b5dd7be099674721741b8d4f6b6e3cd48 Mon Sep 17 00:00:00 2001 From: hustf Date: Sun, 13 Dec 2020 10:02:21 +0100 Subject: [PATCH 2/4] modified: Project.toml 0.5.3 -> 0.5.4 in order to trigger General registry at next tag --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 55071ad..a8adbcf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "WebSockets" uuid = "104b5d7c-a370-577a-8038-80a2059c5097" -version = "0.5.3" +version = "0.5.4" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" From 6dcb4913403e2a1923602269550bfe395e47b9cf Mon Sep 17 00:00:00 2001 From: hustf Date: Sun, 13 Dec 2020 10:10:12 +0100 Subject: [PATCH 3/4] modified: README.md # Bad link to badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30454d9..fa1dc6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WebSockets.jl -[![Build Status](https://github.com/JuliaWeb/WebSockets.jl/workflows/CI/badge.svg)](https://github.com/JuliaWeb/URIs.jl/actions) +[![Build Status](https://github.com/JuliaWeb/WebSockets.jl/workflows/CI/badge.svg)](https://github.com/JuliaWeb/WebSockets.jl/actions) [![Coverage Status](https://img.shields.io/coveralls/JuliaWeb/WebSockets.jl.svg)](https://coveralls.io/r/JuliaWeb/WebSockets.jl) [![Appveyor](https://ci.appveyor.com/api/projects/status/github/JuliaWeb/WebSockets.jl?svg=true&logo=appveyor)](https://ci.appveyor.com/project/shashi/WebSockets-jl/branch/master) From d99ec06596f297c2600bbf40dd2489abdfa56938 Mon Sep 17 00:00:00 2001 From: hustf Date: Sun, 13 Dec 2020 10:39:01 +0100 Subject: [PATCH 4/4] modified: README.md Drop tagbot badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fa1dc6f..1213ce3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # WebSockets.jl -[![Build Status](https://github.com/JuliaWeb/WebSockets.jl/workflows/CI/badge.svg)](https://github.com/JuliaWeb/WebSockets.jl/actions) [![Coverage Status](https://img.shields.io/coveralls/JuliaWeb/WebSockets.jl.svg)](https://coveralls.io/r/JuliaWeb/WebSockets.jl) [![Appveyor](https://ci.appveyor.com/api/projects/status/github/JuliaWeb/WebSockets.jl?svg=true&logo=appveyor)](https://ci.appveyor.com/project/shashi/WebSockets-jl/branch/master)