From 6a07eeb4b4356d0d71303dc160371263d2c2ba0a Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Tue, 23 Jan 2024 10:50:38 -0500 Subject: [PATCH] {doc} Update CHANGELOG for 0.13.0 [skip ci] --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57495d3..b8529be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 0.13.0 (in progress) +## [0.13.0](https://github.com/asmaloney/gactar/releases/tag/v0.13.0) - 2024-01-23 -Mostly internal changes to set up for future features & to sync up [gactar-vscode](https://github.com/asmaloney/gactar-vscode). +This release contains mostly internal changes to set up for future features & to sync up [gactar-vscode](https://github.com/asmaloney/gactar-vscode). ### Added @@ -20,6 +20,8 @@ Mostly internal changes to set up for future features & to sync up [gactar-vscod ### Changed +- Updated all internal dependencies (go/web/Python). + - Keywords are now lexed based on the current section. Keywords like `name` in the module section may now be used as a chunk name for example. - Cleaned up Python support files & generated code.