Skip to content

Commit

Permalink
Merge branch 'main' into openai-instrumentor
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Jan 9, 2024
2 parents 5fd32cc + 05c74f2 commit 5e5546d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/typescript-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Build
working-directory: ./js
run: pnpm run -r build
- name: Test
working-directory: ./js
run: pnpm run -r test
- name: Formatting
working-directory: ./js
run: |
Expand Down
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{"python/openinference-semantic-conventions":"0.1.0"}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prebuild": "rimraf dist",
"build": "tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"type:check": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"NOOP: semantic conventions has no tests\" && exit 0"
},
"files": [
"dist",
Expand Down
9 changes: 9 additions & 0 deletions python/openinference-semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.1.0 (2024-01-09)


### Features

* group semantic convention attributes into separate namespaces ([#72](https://github.com/Arize-ai/openinference/issues/72)) ([dcf6412](https://github.com/Arize-ai/openinference/commit/dcf6412897e266069138f348face61d274015be8))
* **python:** add semantic comventions ([#16](https://github.com/Arize-ai/openinference/issues/16)) ([568b3d1](https://github.com/Arize-ai/openinference/commit/568b3d10d5254ccc2607a75e1f8ccf9b02b7f2c9))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 5e5546d

Please sign in to comment.