build: version bump 0.15.1

This commit is contained in:
Cameron Yick
2024-05-25 21:09:56 -04:00
parent 10c8c5ebd7
commit 2505ae735f
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ History
0.16.0 (2024-XX - Unreleased) 0.16.0 (2024-XX - Unreleased)
-------------------------------- --------------------------------
0.15.0 (2024-05-25) 0.15.1 (2024-05-25)
-------------------------------- --------------------------------
* Feature: Support websockets client / endpoints (#508) * Feature: Support websockets client / endpoints (#508)
@@ -14,6 +14,7 @@ History
* CI: fixed CodeCov upload (#856) * CI: fixed CodeCov upload (#856)
* CI: Add CodeQL for static analysis scanning (#785) * CI: Add CodeQL for static analysis scanning (#785)
* Minor: bumped development / examples dependencies * Minor: bumped development / examples dependencies
* Minor: Switch to trusted publisher workflow
0.14.0 (2021-03-06) 0.14.0 (2021-03-06)
-------------------------------- --------------------------------

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "0.15.0" __version__ = "0.15.1"