Skip to content

Commit 00b2ee6

Browse files
authored
Merge pull request #676 from ably/release/3.1.2
Release/3.1.2
2 parents 45cf5b7 + 64cc129 commit 00b2ee6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [3.1.2](https://github.com/ably/ably-python/tree/v3.1.2)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v3.1.1...v3.1.2)
6+
7+
### What's Changed
8+
9+
- Fixed preserving extras in message updates methods to prevent data loss [#670](https://github.com/ably/ably-python/pull/670)
10+
311
## [v3.1.1](https://github.com/ably/ably-python/tree/v3.1.1)
412

513
[Full Changelog](https://github.com/ably/ably-python/compare/v3.1.0...v3.1.1)

ably/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
logger.addHandler(logging.NullHandler())
2222

2323
api_version = '5'
24-
lib_version = '3.1.1'
24+
lib_version = '3.1.2'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ably"
3-
version = "3.1.1"
3+
version = "3.1.2"
44
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
55
readme = "LONG_DESCRIPTION.rst"
66
requires-python = ">=3.7"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)