Skip to content

Commit cb71c47

Browse files
chore: release 0.3.0 (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d1ccb2 commit cb71c47

5 files changed

Lines changed: 32 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/kpumuk/thrift-weaver/compare/v0.2.1...v0.3.0) (2026-03-14)
4+
5+
6+
### Features
7+
8+
* **release:** automate releases with release PRs ([#14](https://github.com/kpumuk/thrift-weaver/issues/14)) ([f7b934f](https://github.com/kpumuk/thrift-weaver/commit/f7b934f27581576741a6a627d8dce15c732f893f))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** split invalid dependabot updates ([#20](https://github.com/kpumuk/thrift-weaver/issues/20)) ([6e30d34](https://github.com/kpumuk/thrift-weaver/commit/6e30d3458906c085bb183d37545c29789b795e90))
14+
* **lsp:** stop scheduling workspace lint during shutdown ([#24](https://github.com/kpumuk/thrift-weaver/issues/24)) ([2d1ccb2](https://github.com/kpumuk/thrift-weaver/commit/2d1ccb28675d279069016ef0692707f85df9d0b7))
15+
* **release:** handle missing perf benchmarks in release notes ([#18](https://github.com/kpumuk/thrift-weaver/issues/18)) ([6ff1038](https://github.com/kpumuk/thrift-weaver/commit/6ff1038abd2b0ddb7b8332068688a25d6ada3d69))
16+
17+
18+
### Dependencies
19+
20+
* **deps-dev:** bump @types/node from 25.3.5 to 25.5.0 in /editors/vscode ([#22](https://github.com/kpumuk/thrift-weaver/issues/22)) ([642533d](https://github.com/kpumuk/thrift-weaver/commit/642533dea0cc834061af1c6623cfea17b52a51e6))
21+
* **deps-dev:** bump esbuild from 0.27.3 to 0.27.4 in /editors/vscode ([#21](https://github.com/kpumuk/thrift-weaver/issues/21)) ([9b68b78](https://github.com/kpumuk/thrift-weaver/commit/9b68b789fd47997b3e9ba8cd9be881b8e450544e))
22+
* **deps:** bump the all group with 4 updates ([#17](https://github.com/kpumuk/thrift-weaver/issues/17)) ([8bceee2](https://github.com/kpumuk/thrift-weaver/commit/8bceee2b9b532124236228807e2cf00ee649364a))

editors/vscode/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1313

1414
## [Unreleased]
1515

16+
17+
## [v0.3.0] - 2026-03-14
18+
1619
### Fixed
1720

1821
- Avoided a `thriftls` shutdown race that could interrupt workspace diagnostics during extension use.
@@ -96,7 +99,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
9699

97100
- Shipped extension packages as `.vsix` assets on GitHub releases.
98101

99-
[Unreleased]: https://github.com/kpumuk/thrift-weaver/compare/v0.2.1...HEAD
102+
[Unreleased]: https://github.com/kpumuk/thrift-weaver/compare/v0.3.0...HEAD
103+
[v0.3.0]: https://github.com/kpumuk/thrift-weaver/compare/v0.2.1...v0.3.0
100104
[v0.2.1]: https://github.com/kpumuk/thrift-weaver/compare/v0.2.0...v0.2.1
101105
[v0.2.0]: https://github.com/kpumuk/thrift-weaver/compare/v0.1.1...v0.2.0
102106
[v0.1.1]: https://github.com/kpumuk/thrift-weaver/compare/v0.1.0...v0.1.1
@@ -105,4 +109,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
105109
[v0.0.4]: https://github.com/kpumuk/thrift-weaver/compare/v0.0.3...v0.0.4
106110
[v0.0.3]: https://github.com/kpumuk/thrift-weaver/compare/v0.0.2...v0.0.3
107111
[v0.0.2]: https://github.com/kpumuk/thrift-weaver/compare/v0.0.1...v0.0.2
108-
[v0.0.1]: https://github.com/kpumuk/thrift-weaver/releases/tag/v0.0.1
112+
[v0.0.1]: https://github.com/kpumuk/thrift-weaver/releases/tag/v0.0.1

editors/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/kpumuk/thrift-weaver/"
88
},
9-
"version": "0.2.1",
9+
"version": "0.3.0",
1010
"publisher": "kpumuk",
1111
"license": "MIT",
1212
"icon": "media/icon.png",

0 commit comments

Comments
 (0)