From 95f4e0f692a817bed1b0ab6ac3c35f040e1c1c92 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 20 Jul 2024 07:24:20 +0100 Subject: [PATCH] chore(actix-ws): prepare release 0.3.0 --- actix-ws/CHANGELOG.md | 2 ++ actix-ws/Cargo.toml | 4 ++-- actix-ws/README.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/actix-ws/CHANGELOG.md b/actix-ws/CHANGELOG.md index fea469d55..5a50f8ead 100644 --- a/actix-ws/CHANGELOG.md +++ b/actix-ws/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.0 + - Add `AggregatedMessage[Stream]` types. - Add `MessageStream::max_frame_size()` setter method. - Add `Session::continuation()` method. diff --git a/actix-ws/Cargo.toml b/actix-ws/Cargo.toml index f2d39380b..ab74c60df 100644 --- a/actix-ws/Cargo.toml +++ b/actix-ws/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "actix-ws" -version = "0.2.0" +version = "0.3.0" description = "WebSockets for Actix Web, without actors" categories = ["web-programming::websocket"] -keywords = ["actix", "web", "websocket", "websockets", "http"] +keywords = ["actix", "web", "websocket", "websockets", "streaming"] authors = [ "asonix ", "Rob Ede ", diff --git a/actix-ws/README.md b/actix-ws/README.md index d035b68e4..e388f1f4b 100644 --- a/actix-ws/README.md +++ b/actix-ws/README.md @@ -5,11 +5,11 @@ [![crates.io](https://img.shields.io/crates/v/actix-ws?label=latest)](https://crates.io/crates/actix-ws) -[![Documentation](https://docs.rs/actix-ws/badge.svg?version=0.2.0)](https://docs.rs/actix-ws/0.2.0) +[![Documentation](https://docs.rs/actix-ws/badge.svg?version=0.3.0)](https://docs.rs/actix-ws/0.3.0) ![Version](https://img.shields.io/badge/rustc-1.75+-ab6000.svg) ![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-ws.svg)
-[![Dependency Status](https://deps.rs/crate/actix-ws/0.2.0/status.svg)](https://deps.rs/crate/actix-ws/0.2.0) +[![Dependency Status](https://deps.rs/crate/actix-ws/0.3.0/status.svg)](https://deps.rs/crate/actix-ws/0.3.0) [![Download](https://img.shields.io/crates/d/actix-ws.svg)](https://crates.io/crates/actix-ws) [![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)