Skip to content

Commit

Permalink
added changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneKress79789 committed Nov 29, 2023
1 parent 68bc80e commit a747fbf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

* [0.7.0](changes_0.7.0.md)
* [0.6.0](changes_0.6.0.md)
* [0.5.0](changes_0.5.0.md)
* [0.4.0](changes_0.4.0.md)
Expand Down
23 changes: 23 additions & 0 deletions doc/changes/changes_0.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Transformers Extension 0.7.0, released T.B.D

Code name: T.B.D


## Summary

T.B.D

### Features
- #143: Added HuggingfaceTransfer class with save_pretrained for saving model locally
- #152: Made the container uploading and language registration two separate actions

### Bug Fixes




### Documentation



### Security
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 = "exasol-transformers-extension"
version = "0.5.0"
version = "0.6.0"
description = "An Exasol extension to use state-of-the-art pretrained machine learning models via the transformers api."

authors = [
Expand Down

0 comments on commit a747fbf

Please sign in to comment.