Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 4, 2023
1 parent 3a9937c commit fe4c22f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0-beta.1](https://github.com/recap-utr/nlp-service/compare/v1.4.10...v2.0.0-beta.1) (2023-12-04)


### ⚠ BREAKING CHANGES

* Instead of using protobuf definitions from arg-services, the package now contains code generated via betterproto. We also added a library that can be used in other Python projects without needing to start a server. Lastly, a proper CLI has been integrated that (besides starting the server) allows to perform semantic retrieval in the local file system.

### Features

* rewrite the service completely ([07a53c6](https://github.com/recap-utr/nlp-service/commit/07a53c6de61cfde496634afaa50c31564504fd06))

## [1.4.10](https://github.com/recap-utr/nlp-service/compare/v1.4.9...v1.4.10) (2023-11-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.10"
version = "2.0.0b1"
description = "Microservice for NLP tasks using gRPC"
authors = ["Mirko Lenz <info@mirko-lenz.de>"]
license = "MIT"
Expand Down

0 comments on commit fe4c22f

Please sign in to comment.