Skip to content

Commit 84efba4

Browse files
authored
Merge pull request #481 from rollbar/release/v1.3.0
Releaes v1.3.0
2 parents faa46b0 + a9a8ac6 commit 84efba4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
The change log is also available on the [GitHub Releases Page](https://github.com/rollbar/pyrollbar/releases).
44

5+
**1.3.0**
6+
7+
- Added support for classes to define the method `__rollbar_repr__` to control how objects are serialized by @danielmorell in [#479](https://github.com/rollbar/pyrollbar/pull/479)
8+
- Added support for Python 3.13 by @danielmorell in [#477](https://github.com/rollbar/pyrollbar/pull/477)
9+
- Removed support for Python 3.6 by @danielmorell in [#480](https://github.com/rollbar/pyrollbar/pull/480)
10+
- Updated framework versions tested against by @danielmorell in [#480](https://github.com/rollbar/pyrollbar/pull/480)
11+
512
**1.2.0**
613

714
- Added support for custom payload transforms by @danielmorell in [#470](https://github.com/rollbar/pyrollbar/pull/470)

rollbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from rollbar.lib import events, filters, dict_merge, transport, defaultJSONEncode
2525

2626

27-
__version__ = '1.2.0'
27+
__version__ = '1.3.0'
2828
__log_name__ = 'rollbar'
2929
log = logging.getLogger(__log_name__)
3030

0 commit comments

Comments
 (0)