Skip to content

Commit 29d02f0

Browse files
committed
Update changelog and related docs for CDT LSP 3.4 release
1 parent 4c780c9 commit 29d02f0

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## CDT LSP Change Log
22

3+
### v3.4.0 (Dec 2024)
4+
5+
Fixed issues: <https://github.com/eclipse-cdt/cdt-lsp/milestone/8?closed=1>
6+
37
### v3.3.0 (Sep 2024)
48

59
Fixed issues: <https://github.com/eclipse-cdt/cdt-lsp/milestone/7?closed=1>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ For plug-in dependencies the MANIFEST.MF's dependency information will provide t
183183

184184
| CDT LSP Version | clangd | cmake* | Eclipse IDE Release |
185185
|:-:|:-:|:-:|:-:|
186+
| 3.4.x | 17.0.x | 3.x | 2025-12 |
186187
| 3.x.x | 17.0.x | 3.x | 2025-03 |
187188
| 2.x.x | 17.0.x | 3.x | 2024-06 |
188189
| 1.1.x | 17.0.x | 3.x | 2023-12 |

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Items in the days ahead of Release day:
2828
- [ ] the planned release and which versions of main dependencies are supported in the version support table
2929
- [ ] screenshots are up to date and consistent
3030
- [ ] try it out steps are correct and where suitable versions are up to date
31-
- [ ] Check all closed PRs and Issues to make sure their milestone is set. [This search may be useful to identify such closed issues](https://github.com/eclipse-cdt/cdt-lsp/issues?q=is%3Aclosed)
31+
- [ ] Check all closed PRs and Issues to make sure their milestone is set. [This search may be useful to identify such closed issues](https://github.com/eclipse-cdt/cdt-lsp/pulls?q=is%3Apr+is%3Aclosed+sort%3Aupdated-desc+no%3Amilestone)
3232
- [ ] Create a branch for the release
3333
- [ ] Create the endgame for the next scheduled release right away and update the versions on the main branch
3434

bundles/org.eclipse.cdt.lsp.clangd/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Require-Bundle: org.eclipse.cdt.lsp;bundle-version="0.0.0",
3131
org.eclipse.tm4e.language_pack;bundle-version="0.0.0",
3232
org.eclipse.ui.console;bundle-version="0.0.0",
3333
org.eclipse.core.filesystem
34+
Bundle-Activator: org.eclipse.cdt.lsp.clangd.plugin.ClangdPlugin
3435
Service-Component: OSGI-INF/org.eclipse.cdt.lsp.clangd.internal.config.ClangFormatFileHandler.xml,
3536
OSGI-INF/org.eclipse.cdt.lsp.clangd.internal.config.ClangdCommandLineValidator.xml,
3637
OSGI-INF/org.eclipse.cdt.lsp.clangd.internal.config.ClangdConfigurationAccess.xml,
@@ -39,4 +40,3 @@ Service-Component: OSGI-INF/org.eclipse.cdt.lsp.clangd.internal.config.ClangForm
3940
OSGI-INF/org.eclipse.cdt.lsp.clangd.internal.config.ClangdMetadataDefaults.xml,
4041
OSGI-INF/org.eclipse.cdt.lsp.clangd.internal.config.DefaultClangdCompilationDatabaseProvider.xml,
4142
OSGI-INF/org.eclipse.cdt.lsp.clangd.internal.config.DefaultClangdCompilationDatabaseSettings.xml
42-
Bundle-Activator: org.eclipse.cdt.lsp.clangd.plugin.ClangdPlugin

0 commit comments

Comments
 (0)