Skip to content

Commit 57618bf

Browse files
chore(main): release 2.0.0 (#23)
🤖 I have created a release *beep* *boop* --- ## [2.0.0](1.3.0...2.0.0) (2025-01-17) ### Features * Add Big Segment store support ([#25](#25)) ([9c6ca70](9c6ca70)) * Bump LaunchDarkly to 6.4.0+ ([25c899d](25c899d)) * Bump PHP to 8.1+ ([25c899d](25c899d)) * FeatureRequester requires configured Redis instance ([6bcfdbd](6bcfdbd)) ### Miscellaneous Chores * Add missing documentation on big segments store method ([c087baa](c087baa)) * Add psalm and cs-checker ([6aaaaa4](6aaaaa4)) * Cleanup and strict types ([8c0f461](8c0f461)) * Fix doc generation action ([#22](#22)) ([d6ba2c9](d6ba2c9)) * Inline shared test package ([c0e4524](c0e4524)) * Run `composer cs-fix` to improve style ([32cfaf1](32cfaf1)) * Update type hints to quiet psalm ([ccb15fe](ccb15fe)) --- 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 8c0f461 commit 57618bf

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ runs:
1616
--ignore-tags psalm-return \
1717
--visibility public \
1818
--defaultpackagename "LaunchDarkly" \
19-
--title "LaunchDarkly PHP SDK phpredis integration 1.3.0" # x-release-please-version
19+
--title "LaunchDarkly PHP SDK phpredis integration 2.0.0" # x-release-please-version

.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.3.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

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

5+
## [2.0.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.3.0...2.0.0) (2025-01-17)
6+
7+
8+
### Features
9+
10+
* Add Big Segment store support ([#25](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/issues/25)) ([9c6ca70](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/9c6ca7037936a4d4aa70b86102b1e8c83d183abf))
11+
* Bump LaunchDarkly to 6.4.0+ ([25c899d](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/25c899d4beb667bd01ddaa155dd85b7359736365))
12+
* Bump PHP to 8.1+ ([25c899d](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/25c899d4beb667bd01ddaa155dd85b7359736365))
13+
* FeatureRequester requires configured Redis instance ([6bcfdbd](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/6bcfdbd33cce6776a0b54b7889d1638a88ac8859))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* Add missing documentation on big segments store method ([c087baa](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/c087baac38a6b457eef6496231c7f884c848555f))
19+
* Add psalm and cs-checker ([6aaaaa4](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/6aaaaa4184b7f79e82e50517864e0e291a4cbd0b))
20+
* Cleanup and strict types ([8c0f461](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/8c0f461670a1b6c2441b609be427b7a7b83c29d5))
21+
* Fix doc generation action ([#22](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/issues/22)) ([d6ba2c9](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/d6ba2c9a6d6253edbd4c3276a186a52cdea53a5c))
22+
* Inline shared test package ([c0e4524](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/c0e45249a86c2e5d4b00f4b839370e6a3453abdc))
23+
* Run `composer cs-fix` to improve style ([32cfaf1](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/32cfaf1fa1f95bbeb305748fc5cc83162ef7fb02))
24+
* Update type hints to quiet psalm ([ccb15fe](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/ccb15fe290f37e19017973f9563f545bd58b5cc5))
25+
526
## [1.3.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.2.0...1.3.0) (2024-10-10)
627

728

0 commit comments

Comments
 (0)