From b79709b33dc843b0a7f7a918ce3e647ade64c747 Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Mon, 2 Jan 2023 20:06:53 +0200 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d14b80..7d67851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## 0.1.0 - 2023-01-02 ### Added - null-ls source for routing LSP requests to a `b:buffls` object. - LSP requests routing based on Treesitter queries.