Skip to content

Commit

Permalink
Merge pull request #6 from engisalor/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--release-please-action

chore(main): release 0.2.2
  • Loading branch information
engisalor committed Sep 16, 2023
2 parents 0199f41 + f33da02 commit 7c0ad70
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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+
2 changes: 1 addition & 1 deletion corpusama/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 7c0ad70

Please sign in to comment.