We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10100ee commit 21a35b6Copy full SHA for 21a35b6
util/opentelemetry-util-genai/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## Version 0.2b0 (2025-10-14)
11
+
12
- Add jsonlines support to fsspec uploader
13
([https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3791](#3791))
14
- Rename "fsspec_upload" entry point and classes to more generic "upload"
util/opentelemetry-util-genai/src/opentelemetry/util/genai/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
15
-__version__ = "0.2b0.dev"
+__version__ = "0.3b0.dev"
0 commit comments