Skip to content

Commit

Permalink
Merge pull request #5 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.1
  • Loading branch information
engisalor authored Jul 17, 2023
2 parents 783ac38 + b16534d commit 9f879db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.1](https://github.com/engisalor/corpusama/compare/v0.2.0...v0.2.1) (2023-07-17)


### Bug Fixes

* add FreeLing EN pipeline ([783ac38](https://github.com/engisalor/corpusama/commit/783ac3845c0870089a198cce9b0979c344dbda0c))
* add pipeline/compare_vert script ([c0db3e4](https://github.com/engisalor/corpusama/commit/c0db3e48fd199c5ebb3ba6e3d23589e6846197f1))
* fix changelog release number ([10eebe7](https://github.com/engisalor/corpusama/commit/10eebe743c00354515f4d812a0239e5186c0d9e0))

## [0.2.0](https://github.com/engisalor/corpusama/compare/v0.1.1...v0.2.0) (2023-07-07)

This release has various significant changes and is not backwards compatible with previous versions. See `README.md` for current workflow.
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.0 # x-release-please-version
version: 0.2.1 # 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.0" # x-release-please-version
__version__ = "0.2.1" # 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.0"
version = "0.2.1"
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 9f879db

Please sign in to comment.