changelog: bump to 1.2.0

Signed-off-by: Michael Hoffmann <mhoffmann@cloudflare.com>
This commit is contained in:
Michael Hoffmann
2025-06-15 13:50:55 +00:00
committed by ObserverOfTime
parent cb0e322d6f
commit fad991865f
11 changed files with 23 additions and 11 deletions

2
CMakeLists.txt generated
View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(tree-sitter-hcl
VERSION "1.1.0"
VERSION "1.2.0"
DESCRIPTION "HCL and terraform grammar for tree-sitter"
HOMEPAGE_URL "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
LANGUAGES C)