Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.2.0](https://github.com/wrightkit/language-provider-protocol/compare/v0.1.0...v0.2.0) (2026-09-03)


### Features

* **conformance:** add v1 fixture suite and language-agnostic runner ([3b94285](https://github.com/wrightkit/language-provider-protocol/commit/3b94285f011f195dea5426dbe381b869b03427fd))
* **conformance:** add x-demo-lang mock provider ([3a6b301](https://github.com/wrightkit/language-provider-protocol/commit/3a6b3015ba43ca7ef6386e9fb121e07cde4735e7))
* **lpp:** add entry-based project loading ([#17](https://github.com/wrightkit/language-provider-protocol/issues/17)) ([cac74c1](https://github.com/wrightkit/language-provider-protocol/commit/cac74c1b00596c75869c69fadab576a1d4897942))
* **spec:** define LPP v1 wire protocol and conformance contract ([846e40c](https://github.com/wrightkit/language-provider-protocol/commit/846e40c79d0b55b34888897536b4cb177c57fd69))


### Performance Improvements

* **ci:** share one bounded Rust cache ([#8](https://github.com/wrightkit/language-provider-protocol/issues/8)) ([05ce40a](https://github.com/wrightkit/language-provider-protocol/commit/05ce40ad5b67b9f9aad584768e966ea0b4470040))
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0