From 0e995c5667c970355c3cc889166f78ab110033f5 Mon Sep 17 00:00:00 2001 From: Vincent Menger Date: Tue, 28 Nov 2023 13:45:45 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcac94e..9d1c4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## (unreleased) +## 0.1.10 (2023-11-28) ### Added * `RegexpAannotator` accepts regexp strings in addition to compiled regexp patterns