-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(main): release 0.0.6 #13
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tcarrio
approved these changes
Oct 30, 2022
🤖 Release is at https://github.com/open-feature/php-sdk/releases/tag/0.0.6 🌻 |
tcarrio
pushed a commit
that referenced
this pull request
Nov 2, 2022
🤖 I have created a release *beep* *boop* --- [0.0.6](0.0.5...0.0.6) (2022-10-30) * provide a base AbstractProvider for provider implementations to use ([78be67c](78be67c)) --- 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>
tcarrio
pushed a commit
that referenced
this pull request
Nov 10, 2022
🤖 I have created a release *beep* *boop* --- ## [0.0.8](0.0.7...0.0.8) (2022-11-03) ### Features * provide a base AbstractProvider for provider implementations to use ([6ffffe9](6ffffe9)) * support for ErrorCode enum, Reason strings with pre-existing consts, v0.5 spec ([37f13e1](37f13e1)) * support ResolutionError, init test-harness ([784d706](784d706)) ### Bug Fixes * exclude v in tag ([#8](#8)) ([1ecabdb](1ecabdb)) * excludes v from tag version ([#6](#6)) ([82f587d](82f587d)) * extend Exception for ResolutionError and provide non-overlapping methods ([ee75354](ee75354)) ### Miscellaneous Chores * add CODEOWNERS file for review flow ([48b8e57](48b8e57)) * **main:** release 0.0.2 ([#3](#3)) ([01b6a23](01b6a23)) * **main:** release 0.0.3 ([#7](#7)) ([6fb4118](6fb4118)) * **main:** release 0.0.4 ([#9](#9)) ([65c92d9](65c92d9)) * **main:** release 0.0.5 ([#11](#11)) ([2344c4a](2344c4a)) * **main:** release 0.0.6 ([#13](#13)) ([5afadc7](5afadc7)) * **main:** release 0.0.7 ([#14](#14)) ([6ecd918](6ecd918)) * remove redundant exclusion ([#10](#10)) ([ba4b5f1](ba4b5f1)) * rename package under `open-feature` umbrella ([df431c2](df431c2)) --- 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>
tcarrio
pushed a commit
that referenced
this pull request
Dec 19, 2022
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.1...1.1.0) (2022-12-19) ### Features * provide a base AbstractProvider for provider implementations to use ([6ffffe9](6ffffe9)) * support for ErrorCode enum, Reason strings with pre-existing consts, v0.5 spec ([37f13e1](37f13e1)) * support ResolutionError, init test-harness ([784d706](784d706)) ### Bug Fixes * exclude v in tag ([#8](#8)) ([1ecabdb](1ecabdb)) * excludes v from tag version ([#6](#6)) ([82f587d](82f587d)) * extend Exception for ResolutionError and provide non-overlapping methods ([ee75354](ee75354)) ### Miscellaneous Chores * bump release config to latest semver ([644a9f8](644a9f8)) * Configure Renovate ([#12](#12)) ([e2d2603](e2d2603)) * **deps:** update dependency php to v8.2.0 ([#24](#24)) ([b9e0985](b9e0985)) * **deps:** update dependency phpstan/phpstan to ~1.9.0 ([#25](#25)) ([2656740](2656740)) * **main:** release 0.0.10 ([#23](#23)) ([470aa01](470aa01)) * **main:** release 0.0.2 ([#3](#3)) ([01b6a23](01b6a23)) * **main:** release 0.0.3 ([#7](#7)) ([6fb4118](6fb4118)) * **main:** release 0.0.4 ([#9](#9)) ([65c92d9](65c92d9)) * **main:** release 0.0.5 ([#11](#11)) ([2344c4a](2344c4a)) * **main:** release 0.0.6 ([#13](#13)) ([5afadc7](5afadc7)) * **main:** release 0.0.7 ([#14](#14)) ([6ecd918](6ecd918)) * **main:** release 0.0.8 ([#15](#15)) ([7d7f1d2](7d7f1d2)) * **main:** release 0.0.9 ([#22](#22)) ([c1b0675](c1b0675)) * remove redundant exclusion ([#10](#10)) ([ba4b5f1](ba4b5f1)) * Update README.md ([#21](#21)) ([702df0c](702df0c)) --- 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.0.6 (2022-10-30)
Features
This PR was generated with Release Please. See documentation.