diff --git a/CHANGELOG.md b/CHANGELOG.md index 72816ab..473598e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [Unreleased] +## [1.0.0] - 2024-03-07 ### Added diff --git a/README.md b/README.md index a16ba60..4e09b77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pysignalr -[![GitHub stars](https://img.shields.io/github/stars/baking-bad/pysignalr?color=2c2c2c)](https://github.com/baking-bad/pysignalr) +[![GitHub stars](https://img.shields.io/github/stars/baking-bad/pysignalr?color=2c2c2c&style=plain)](https://github.com/baking-bad/pysignalr) [![Latest stable release](https://img.shields.io/github/v/release/baking-bad/pysignalr?label=stable%20release&color=2c2c2c)](https://github.com/baking-bad/pysignalr/releases) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pysignalr?color=2c2c2c)](https://www.python.org) [![License: MIT](https://img.shields.io/github/license/baking-bad/pysignalr?color=2c2c2c)](https://github.com/baking-bad/pysignalr/blob/master/LICENSE) @@ -60,7 +60,7 @@ with suppress(KeyboardInterrupt, asyncio.CancelledError): asyncio.run(main()) ``` -## Roadmap to the stable release +## Roadmap - [ ] More documentation, both internal and user. - [ ] Integration tests with containerized ASP hello-world server. diff --git a/pyproject.toml b/pyproject.toml index 3bdbfbf..2fb78e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "pysignalr" -version = "0.2.0" +version = "1.0.0" description = "Modern, reliable and async-ready client for SignalR protocol" keywords = ["signalr", "asp", "client", "asyncio", "json", "messagepack", "websockets"] classifiers = [