From f2d802e39130ef62b90a283911164f7fb53cbca2 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 9 Sep 2024 22:00:54 -0300 Subject: [PATCH] bump: Release v0.7.0 --- CHANGELOG.md | 19 ++++++++++++++++++- shard.yml | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ab240..2a1a509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,29 @@ All notable changes to this project will be documented in this file. -## [0.6.4] - 2024-08-28 +## [0.7.0] - 2024-09-10 + +### ๐Ÿš€ Features + +- Higher level API (`to_html` and `to_ansi`) +- Use the native crystal highlighter ### ๐Ÿ› Bug Fixes - Ameba - Variable bame in Hacefile +- Make it easier to import the Ansi formatter +- Renamed BaseLexer to Lexer and Lexer to RegexLexer to make API nicer +- Make install work ### ๐Ÿ“š Documentation - Mention AUR package +### ๐Ÿงช Testing + +- Add CI workflows + ### โš™๏ธ Miscellaneous Tasks - Pre-commit hooks @@ -21,6 +33,10 @@ All notable changes to this project will be documented in this file. - Force conventional commit messages - Force conventional commit messages - Updated pre-commit +- *(ignore)* Fix tests +- Added badges +- Added badges +- *(ignore)* Removed random file ### Build @@ -30,6 +46,7 @@ All notable changes to this project will be documented in this file. ### Bump +- Release v0.6.4 - Release v0.6.4 ## [0.6.1] - 2024-08-25 diff --git a/shard.yml b/shard.yml index d5937cd..f6a469f 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: tartrazine -version: 0.6.4 +version: 0.7.0 authors: - Roberto Alsina