Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 5d53da6

Browse files
committed
changelog: update for v0.5.4
Signed-off-by: Sumner Evans <me@sumnerevans.com>
1 parent be3b868 commit 5d53da6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v0.5.4
2+
3+
* Fix the `__license__` property in the package.
4+
* Added some objects to support posts media. Contributed by @mehdiirh in #5
5+
* Dropped support for the `STREAM_ERROR` and `TIMEOUT` special events. Consumers
6+
of that API should just handle errors thrown by the `start_listener` call
7+
and perform the appropriate error mitigations.
8+
9+
* Examples
10+
11+
* Add `ALL_EVENTS` listener example.
12+
13+
* Internal:
14+
15+
* Convert to flit for managing the package and dependencies.
16+
17+
* Developer experience:
18+
19+
* Add dependabot for GitHub Actions and Python requirements.
20+
* Use [pre-commit/action](https://github.com/pre-commit/action) for linting in
21+
CI.
22+
* Update all of the pre-commit hooks.
23+
124
# v0.5.3
225

326
* Add manual login option where you can specify the `li_at` and `JSESSIONID`

linkedin_messaging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .linkedin import ChallengeException, LinkedInMessaging
55

66
__title__ = "linkedin_messaging"
7-
__version__ = "0.5.3"
7+
__version__ = "0.5.4"
88
__description__ = "An unofficial API for interacting with LinkedIn Messaging"
99

1010
__license__ = "Apache License 2.0"

0 commit comments

Comments
 (0)