diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2cb5ef..7b3b2cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.28.3 (2024-10-24) + +### Fix + +* fix(python-sdk): experimental marimo cookie patching on windows (#48) ([`3bf5112`](https://github.com/numerous-com/numerous-sdk/commit/3bf51128981a2df5e2aa5f1a00e5af85b71d1909)) + + > + > Simplifies the cookie storage, and introduces using fallback cookie storage in + > the working directory, which works when editing marimo notebooks on windows. + + + + ## v0.28.2 (2024-10-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0e0665f8..fac6d7e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "numerous" readme = "README.md" -version = "0.28.2" +version = "0.28.3" classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "typing-extensions>=4.12.2",