From 89c4424a03b673359da73f99ccdff998424e1e56 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Sun, 23 Jul 2023 20:56:23 -0400 Subject: [PATCH] chore: update submodule and prepare 0.6.0 release (#99) --- docs/source/vw_versions.md | 1 + ext_libs/vowpal_wabbit | 2 +- src/vowpal_wabbit_next/_core.pyi | 6 +++--- version.txt | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/vw_versions.md b/docs/source/vw_versions.md index 9de8011..263984c 100644 --- a/docs/source/vw_versions.md +++ b/docs/source/vw_versions.md @@ -15,3 +15,4 @@ The package also exports both the VW version and commit used which can be read u | `0.4.0` | `9.8.0` | [`4715756`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/4715756) | | `0.4.1` | `9.8.0` | [`b8c4ee3`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/b8c4ee3) | | `0.5.0` | `9.8.0` | [`b8c4ee3`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/b8c4ee3) | +| `0.6.0` | `9.9.0` | [`9db1f5f`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/9db1f5f) | diff --git a/ext_libs/vowpal_wabbit b/ext_libs/vowpal_wabbit index b8c4ee3..9db1f5f 160000 --- a/ext_libs/vowpal_wabbit +++ b/ext_libs/vowpal_wabbit @@ -1 +1 @@ -Subproject commit b8c4ee370931e10293f8a7b1d313609c8a4a02a6 +Subproject commit 9db1f5ffda0023f78c4e72d520702de28cb7e2d1 diff --git a/src/vowpal_wabbit_next/_core.pyi b/src/vowpal_wabbit_next/_core.pyi index f44ca31..74e2204 100644 --- a/src/vowpal_wabbit_next/_core.pyi +++ b/src/vowpal_wabbit_next/_core.pyi @@ -514,6 +514,6 @@ def _write_cache_example(workspace: Workspace, example: Example, file: object) - pass def _write_cache_header(workspace: Workspace, file: object) -> None: pass -__version__ = '0.5.0' -_vw_commit = 'b8c4ee3' -_vw_version = '9.8.0' +__version__ = '0.6.0' +_vw_commit = '9db1f5f' +_vw_version = '9.9.0' diff --git a/version.txt b/version.txt index 8f0916f..a918a2a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.0 +0.6.0