bump: Release v0.7.0

This commit is contained in:
Roberto Alsina 2024-09-09 22:00:54 -03:00
parent 11cb5fc48e
commit f2d802e391
2 changed files with 19 additions and 2 deletions

View File

@ -2,17 +2,29 @@
All notable changes to this project will be documented in this file. 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 ### 🐛 Bug Fixes
- Ameba - Ameba
- Variable bame in Hacefile - 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 ### 📚 Documentation
- Mention AUR package - Mention AUR package
### 🧪 Testing
- Add CI workflows
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
- Pre-commit hooks - 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
- Force conventional commit messages - Force conventional commit messages
- Updated pre-commit - Updated pre-commit
- *(ignore)* Fix tests
- Added badges
- Added badges
- *(ignore)* Removed random file
### Build ### Build
@ -30,6 +46,7 @@ All notable changes to this project will be documented in this file.
### Bump ### Bump
- Release v0.6.4
- Release v0.6.4 - Release v0.6.4
## [0.6.1] - 2024-08-25 ## [0.6.1] - 2024-08-25

View File

@ -1,5 +1,5 @@
name: tartrazine name: tartrazine
version: 0.6.4 version: 0.7.0
authors: authors:
- Roberto Alsina <roberto.alsina@gmail.com> - Roberto Alsina <roberto.alsina@gmail.com>