Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#23)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Jan 17, 2025
1 parent 8c0f461 commit 57618bf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ runs:
--ignore-tags psalm-return \
--visibility public \
--defaultpackagename "LaunchDarkly" \
--title "LaunchDarkly PHP SDK phpredis integration 1.3.0" # x-release-please-version
--title "LaunchDarkly PHP SDK phpredis integration 2.0.0" # x-release-please-version
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "2.0.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## [2.0.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.3.0...2.0.0) (2025-01-17)


### Features

* 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))
* Bump LaunchDarkly to 6.4.0+ ([25c899d](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/25c899d4beb667bd01ddaa155dd85b7359736365))
* Bump PHP to 8.1+ ([25c899d](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/25c899d4beb667bd01ddaa155dd85b7359736365))
* FeatureRequester requires configured Redis instance ([6bcfdbd](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/6bcfdbd33cce6776a0b54b7889d1638a88ac8859))


### Miscellaneous Chores

* Add missing documentation on big segments store method ([c087baa](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/c087baac38a6b457eef6496231c7f884c848555f))
* Add psalm and cs-checker ([6aaaaa4](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/6aaaaa4184b7f79e82e50517864e0e291a4cbd0b))
* Cleanup and strict types ([8c0f461](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/8c0f461670a1b6c2441b609be427b7a7b83c29d5))
* 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))
* Inline shared test package ([c0e4524](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/c0e45249a86c2e5d4b00f4b839370e6a3453abdc))
* Run `composer cs-fix` to improve style ([32cfaf1](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/32cfaf1fa1f95bbeb305748fc5cc83162ef7fb02))
* Update type hints to quiet psalm ([ccb15fe](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/ccb15fe290f37e19017973f9563f545bd58b5cc5))

## [1.3.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.2.0...1.3.0) (2024-10-10)


Expand Down

0 comments on commit 57618bf

Please sign in to comment.