Skip to content

Commit

Permalink
chore(release): 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 29, 2023
1 parent be19aff commit be3f90e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.4.4](https://github.com/recap-utr/nlp-service/compare/v1.4.3...v1.4.4) (2023-06-29)


### Bug Fixes

* add ld_preload to nix flake ([45070d7](https://github.com/recap-utr/nlp-service/commit/45070d7a8adae7b312354f35272e3aa84c5c2ad3))
* download spacy models to custom cache ([43013d8](https://github.com/recap-utr/nlp-service/commit/43013d8b7a1fdd8b41e1d72d889c8055a40bb646))
* remove tensorflow due to cuda issues ([08dfae0](https://github.com/recap-utr/nlp-service/commit/08dfae09f5c86528a8a08015a2c0a119bc340e1e))
* replace dockerfiles with nix-based build ([be19aff](https://github.com/recap-utr/nlp-service/commit/be19affa32a2bc200fb353556c049345649c31e9))

## [1.4.3](https://github.com/recap-utr/nlp-service/compare/v1.4.2...v1.4.3) (2023-06-07)


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 = "nlp-service"
version = "1.4.3"
version = "1.4.4"
description = "Microservice for NLP tasks using gRPC"
authors = ["Mirko Lenz <info@mirko-lenz.de>"]
license = "MIT"
Expand Down

0 comments on commit be3f90e

Please sign in to comment.