diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1e9bc7a..ac0e739 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.4"} +{".":"0.3.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ed4d7..8f1cbce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.5 (2026-07-29) + +## What's Changed +* ci: smoke test Watchman with MSVC by @longlho in https://github.com/perplexityai/watchman/pull/26 + + +**Full Changelog**: https://github.com/perplexityai/watchman/compare/v0.3.4...v0.3.5 + ## 0.3.4 (2026-07-28) ## What's Changed diff --git a/MODULE.bazel b/MODULE.bazel index aa3991f..d15c390 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "watchman_development", - version = "0.3.4", + version = "0.3.5", ) bazel_dep(name = "llvm", version = "0.8.11")