Skip to content

Commit

Permalink
chore(release): 🚀 0.8.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 Aug 23, 2024
1 parent 875e532 commit ab18ba0
Show file tree
Hide file tree
Showing 4 changed files with 15 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.7.0" # The version of the project
IMAGE_VERSION="0.8.0" # The version of the project
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<!--next-version-placeholder-->

## v0.8.0 (2024-08-23)

### Feature

* Add results of the project 2 ([`3760673`](https://github.com/entelecheia/nlp4ss/commit/37606730225d6fb9e15392fe5e6de91004c94590))
* Update pyproject.toml with transformers and torch dependencies ([`53e57e9`](https://github.com/entelecheia/nlp4ss/commit/53e57e97d94a70923618e140bcce663b7bfa8375))
* Add scipy dependency to >=1.7.0,<1.14.0 ([`8db9504`](https://github.com/entelecheia/nlp4ss/commit/8db9504efb4d962f9faebefbfc4c905250d991d5))

### Fix

* **toc:** Correct file path for project chapter ([`8760421`](https://github.com/entelecheia/nlp4ss/commit/87604212e6af68bb1c445c1a7e6f4d61e38eb34c))

## v0.7.0 (2024-08-05)

### 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.7.0"
version = "0.8.0"
description = "A course on applying natural language processing (NLP) techniques for social science research."
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
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.7.0"
__version__ = "0.8.0"

0 comments on commit ab18ba0

Please sign in to comment.