diff --git a/messages.json b/messages.json new file mode 100644 index 0000000..b25abf1 --- /dev/null +++ b/messages.json @@ -0,0 +1,3 @@ +{ + "2.0.0": "messages/2.0.0.txt" +} diff --git a/messages/2.0.0.txt b/messages/2.0.0.txt new file mode 100644 index 0000000..117cd4c --- /dev/null +++ b/messages/2.0.0.txt @@ -0,0 +1,5 @@ +# BREAKING CHANGE + +Some of the options in LSP-ruff settings have been removed/added which can cause old options to no longer work. + +See https://docs.astral.sh/ruff/editors/migration/ for more info.