Skip to content

Commit af394b0

Browse files
authored
update CHANGELOG and bump version to 0.2.0 (#14)
* CONTRIBUTING: Fix wrong file path in Releasing chapter * update CHANGELOG and bump version to 0.2.0
1 parent fddcf0d commit af394b0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you have commit access, the process is as follows:
102102
1. Update the version in `instrumentation/elastic-opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai/version.py` according to the scale of the change (major, minor or patch).
103103
1. Update `instrumentation/elastic-opentelemetry-instrumentation-openai/CHANGELOG.md` as necessary.
104104
1. Commit changes with message `update CHANGELOG and bump version to X.Y.Z`
105-
where `X.Y.Z` is the version in `src/elasticotel/distro/version.py`
105+
where `X.Y.Z` is the version in aforementioned `version.py`
106106
1. Open a PR against `main` with these changes leaving the body empty
107107
1. Once the PR is merged, fetch and checkout `upstream/main`
108108
1. Tag the commit with `git tag -s openai-vX.Y.Z`, for example `git tag -s openai-v1.2.3`.

instrumentation/elastic-opentelemetry-instrumentation-openai/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Elastic OpenTelemetry Instrumentation OpenAI
22

3+
## v0.2.0
4+
5+
- Fix tracing of optional OpenAI client parameters (#12)
6+
- Fix schema versions to be strings (#9)
7+
- Bump openai client we are testing against to latest (#11)
8+
39
## v0.1.0
410

511
Initial release with the following features:

instrumentation/elastic-opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "0.1.0"
17+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)