From df88047ca823ebff8eb7f4c2f0740f7017ccbba2 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 24 Aug 2024 21:45:57 -0300 Subject: [PATCH] v0.6.1 --- README.md | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c7ed86..9b2cfa6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This only covers the RegexLexers, which are the most common ones, but it means the supported languages are a subset of Chroma's, which is a subset of Pygments'. -Currently Tartrazine supports ... 248 languages. +Currently Tartrazine supports ... 247 languages. It has 331 themes (63 from Chroma, the rest are base16 themes via [Sixteen](https://github.com/ralsina/sixteen) diff --git a/shard.yml b/shard.yml index 3100f16..f5f2ea0 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: tartrazine -version: 0.6.0 +version: 0.6.1 authors: - Roberto Alsina