diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0ef0e9..8e605c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.10.0"} +{".":"0.11.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7b2c4..5f967a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.11.0 (2026-08-07) + +## What's Changed +* chore(deps): update dependency bazel to v9.2.0 by @renovate[bot] in https://github.com/formatjs/rules_formatjs/pull/87 +* chore(deps): update dependency oxfmt to ^0.61.0 by @renovate[bot] in https://github.com/formatjs/rules_formatjs/pull/89 +* feat: support Rust extraction sources by @longlho in https://github.com/formatjs/rules_formatjs/pull/95 + + +**Full Changelog**: https://github.com/formatjs/rules_formatjs/compare/v0.10.0...v0.11.0 + ## 0.10.0 (2026-08-06) ## What's Changed diff --git a/version.txt b/version.txt index 78bc1ab..d9df1bb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.10.0 +0.11.0