From f33da02e1fc1d23111adf6cd8a09843cb322d7b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 10:18:00 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 14 ++++++++++++++ CITATION.cff | 2 +- corpusama/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bf68f..1295180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.2](https://github.com/engisalor/corpusama/compare/v0.2.1...v0.2.2) (2023-09-16) + + +### Bug Fixes + +* add date args for export_text ([ea10b93](https://github.com/engisalor/corpusama/commit/ea10b9323ced8e9e806343bee907f1c82ce2a601)) +* move corpus attributes to config yml ([e0594cd](https://github.com/engisalor/corpusama/commit/e0594cd96c0fed0ed6a341a8b3e0eba2eb46d17d)) +* update freeling pipeline init_locale func ([7d81c49](https://github.com/engisalor/corpusama/commit/7d81c49988e2619be800fe2f25a70611b1ba1e64)) + + +### Documentation + +* update readme ([0199f41](https://github.com/engisalor/corpusama/commit/0199f412aec14d1f94a4386574752642d3d16a92)) + ## [0.2.1](https://github.com/engisalor/corpusama/compare/v0.2.0...v0.2.1) (2023-07-17) diff --git a/CITATION.cff b/CITATION.cff index 0dc15e3..7967632 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: Loryn orcid: https://orcid.org/0000-0003-0267-4853 title: Corpusama -version: 0.2.1 # x-release-please-version +version: 0.2.2 # x-release-please-version date-released: 2023-04-17 repository-code: https://github.com/engisalor/corpusama license: GPL3+ diff --git a/corpusama/_version.py b/corpusama/_version.py index 30bfd3a..2f3ce33 100644 --- a/corpusama/_version.py +++ b/corpusama/_version.py @@ -3,7 +3,7 @@ logger = logging.getLogger(__name__) -__version__ = "0.2.1" # x-release-please-version +__version__ = "0.2.2" # x-release-please-version def current() -> None: diff --git a/pyproject.toml b/pyproject.toml index a568536..01ff860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ profile = "black" [project] name = "Corpusama" -version = "0.2.1" +version = "0.2.2" authors = [{name="Loryn Isaacs", email="50170623+engisalor@users.noreply.github.com"}] description = "A Python package for managing language corpora" keywords = [