Skip to content

Commit

Permalink
chore(release): 🚀 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and actions-user committed Jul 12, 2024
1 parent ffc46fb commit e2068f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/docker.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IMAGE_VERSION="0.2.0" # The version of the project
IMAGE_VERSION="0.3.0" # The version of the project
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<!--next-version-placeholder-->

## v0.3.0 (2024-07-12)

### Feature

* **dependencies:** Add nltk, scikit-learn, spacy, and textblob ([`2bb400d`](https://github.com/entelecheia/nlp4ss/commit/2bb400d3da99d68ea9db0496c9309a791cb2334f))
* **book:** Add labs section to the table of contents ([`ff08f72`](https://github.com/entelecheia/nlp4ss/commit/ff08f7233cd0175bf5b7c3d76d60a30c04a67adb))
* **dependencies:** Add hyfi version 1.36.4 ([`7a4efae`](https://github.com/entelecheia/nlp4ss/commit/7a4efaee7564b7dc25dcad97e2869381b91ef459))
* **docs:** Add mermaid diagrams and conclusion on text preprocessing ([`b2dbac0`](https://github.com/entelecheia/nlp4ss/commit/b2dbac0d328d87a0a760e6de2dc866fd8a4d3714))

### Fix

* **docs:** Move and correct Table of Contents placement in index.md ([`d69ee74`](https://github.com/entelecheia/nlp4ss/commit/d69ee74da9825ac8b05f9add76d55a3213abe3c8))

## v0.2.0 (2024-07-11)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nlp4ss"
version = "0.2.0"
version = "0.3.0"
description = "A course on applying natural language processing (NLP) techniques for social science research."
authors = ["Young Joon Lee <[email protected]>"]
license = "CC-BY-4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/nlp4ss/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit e2068f1

Please sign in to comment.