Skip to content

Commit

Permalink
Add changelog & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaldemar committed Nov 1, 2024
1 parent 2d4c844 commit 5e12330
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ dmypy.json

# vim
.*.sw*

.changelog_generator.toml
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## [v0.2.0b1](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/releases/tag/v0.2.0b1) (2024-11-01)

**Merged Pull Requests**

- Assistants ([#15](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/15)) by [vhaldemar](https://github.com/vhaldemar)
- Copypaste methods signatures in favor of autocompletion ([#11](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/11)) by [vhaldemar](https://github.com/vhaldemar)

[`Full Changelog`](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/compare/v0.1.0...v0.2.0b1) | [`Diff`](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/compare/v0.1.0...v0.2.0b1.diff) | [`Patch`](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/compare/v0.1.0...v0.2.0b1.patch)

## [v0.1.0](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/releases/tag/v0.1.0) (2024-11-01)

**Merged Pull Requests**

- Assistants endpoints ([#14](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/14)) by [vhaldemar](https://github.com/vhaldemar)
- Imrove assistant examples, make sync version ([#13](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/13)) by [vhaldemar](https://github.com/vhaldemar)
- Remove page_token parameter ([#12](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/12)) by [vhaldemar](https://github.com/vhaldemar)
- Assistants tools ([#10](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/10)) by [vhaldemar](https://github.com/vhaldemar)
- Assistants search indexes ([#9](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/9)) by [vhaldemar](https://github.com/vhaldemar)
- Assistants run ([#8](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/8)) by [vhaldemar](https://github.com/vhaldemar)
- Add assistants service support ([#7](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/7)) by [vhaldemar](https://github.com/vhaldemar)
- Add expiration mechanic for all assistant-related services ([#5](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/5)) by [vhaldemar](https://github.com/vhaldemar)
- Introduce threads service ([#4](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/4)) by [vhaldemar](https://github.com/vhaldemar)
- Isolate common parts ([#3](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/3)) by [vhaldemar](https://github.com/vhaldemar)
- Introduce files service ([#2](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/2)) by [vhaldemar](https://github.com/vhaldemar)
- Add config for github actions tests ([#1](https://github.com/yandex-cloud/yandex-cloud-ml-sdk/pull/1)) by [vhaldemar](https://github.com/vhaldemar)

---
*This changelog was generated using [github-changelog-md](http://changelog.seapagan.net/) by [Seapagan](https://github.com/seapagan)*
2 changes: 1 addition & 1 deletion src/yandex_cloud_ml_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from ._sdk import AsyncYCloudML, YCloudML

__version__ = "0.1.0"
__version__ = "0.2.0b1"

__all__ = [
'__version__',
Expand Down

0 comments on commit 5e12330

Please sign in to comment.