From 024024567b1e3b04ffb272e3f1935b63952add4e Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 31 May 2024 11:29:26 +0000 Subject: [PATCH] 2.8.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a10d530..73c448c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## v2.8.2 (2024-05-31) + +### Ci + +* ci: remove dependabot ([`1dcfd7a`](https://github.com/HLasse/TextDescriptives/commit/1dcfd7acf57f0bea0feec76845c3d3fe6d513780)) + +### Fix + +* fix: don't cap core dependency versions ([`0d29c69`](https://github.com/HLasse/TextDescriptives/commit/0d29c69f76b9bed146518786b8612fb8324d6e7a)) + +### Unknown + +* Merge pull request #354 from HLasse/dont-cap-versions + +Remove upper bound of core dependencies and remove dependabot ([`53a4e03`](https://github.com/HLasse/TextDescriptives/commit/53a4e039e8b13d8a9f48a552eb0220b5873bc4c4)) + +* Merge branch 'main' into dont-cap-versions ([`889afef`](https://github.com/HLasse/TextDescriptives/commit/889afefa5f029a7e5e68fa71dac858cff2d99ded)) + +* Merge pull request #352 from Rested/main + +:arrow_up: be more lenient with ftfy dependency ([`d2e22f3`](https://github.com/HLasse/TextDescriptives/commit/d2e22f39ffa7487d5a5d2cb39760b80d40cbc3f6)) + + ## v2.8.1 (2024-05-07) ### Documentation @@ -24,6 +47,8 @@ fix: `contains` and `symbols` not updated in `Quality` ([`cfe9b87`](https://gith * tests: update test ([`7915eeb`](https://github.com/HLasse/TextDescriptives/commit/7915eeba0768c699dedb99f0ea6c3419e2f9104d)) +* :arrow_up: be more lenient with ftfy dependency ([`067eb99`](https://github.com/HLasse/TextDescriptives/commit/067eb99019f3cf84c4f9647085026a2795443775)) + * Merge pull request #344 from HLasse/HLasse-patch-1 docs: fix link to document in readme ([`e470db7`](https://github.com/HLasse/TextDescriptives/commit/e470db7cc759309e318aa1eaba675f755fae7ae9)) diff --git a/pyproject.toml b/pyproject.toml index e5dd5e3..3ff3fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "textdescriptives" -version = "2.8.1" +version = "2.8.2" description = "A library for calculating a variety of features from text using spaCy" authors = [ { name = "Lasse Hansen", email = "lasseh0310@gmail.com" },