Skip to content

Commit 44fb4f6

Browse files
chore(main): release 1.5.0 (#54)
🤖 I have created a release *beep* *boop* --- ## [1.5.0](1.4.0...1.5.0) (2025-11-07) ### Features * Provide access to HTTP headers on success or error ([#53](#53)) ([b83f356](b83f356)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b83f356 commit 44fb4f6

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

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

33
All notable changes to the LaunchDarkly SSE Client for Python will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.5.0](https://github.com/launchdarkly/python-eventsource/compare/1.4.0...1.5.0) (2025-11-07)
6+
7+
8+
### Features
9+
10+
* Provide access to HTTP headers on success or error ([#53](https://github.com/launchdarkly/python-eventsource/issues/53)) ([b83f356](https://github.com/launchdarkly/python-eventsource/commit/b83f35676740f84577376fa5d2e8c11c84839699))
11+
512
## [1.4.0](https://github.com/launchdarkly/python-eventsource/compare/1.3.0...1.4.0) (2025-11-03)
613

714

ld_eventsource/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.4.0" # x-release-please-version
1+
VERSION = "1.5.0" # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "launchdarkly-eventsource"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "LaunchDarkly SSE Client"
55
authors = ["LaunchDarkly <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)