Skip to content

Commit

Permalink
Releasing version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Sep 3, 2022
1 parent 71313c8 commit cb76e5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.3] - 2022-09-02
### Added
- Standard Noteable open source patterns
- Contributing / Code of Conduct files
Expand All @@ -19,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `managed_service_fixtures` for Redis tests
- `WebsocketManager` backend uses vanilla `logging` instead of `structlog`, remove need for `structlog` dependency once `managed-service-fixtures` also drops it
- `JupyterBackend` introduce a short sleep in its poll loop while investigating 100% CPU usage
- Changed poetry to version 1.2 and applied needed updates

## [0.2.2] - 2022-07-28
### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sending"
version = "0.2.2"
version = "0.2.3"
description = "Library for pub/sub usage within an async application"
authors = ["Nicholas Wold <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion sending/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.3"

0 comments on commit cb76e5d

Please sign in to comment.