Skip to content

Commit

Permalink
Релиз v2.2.0 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Dec 24, 2023
1 parent f75c1e4 commit d844e47
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Список изменений

## Версия 2.2.0

**24.12.2023**

* Добавлена поддержка Python 3.12 by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/628
* Добавлен fallback до `None` или пустого списка при данных неправильного типа by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/612
* Обновлён HTTP заголовок версии приложения by @glebliutsko in https://github.com/MarshalX/yandex-music-api/pull/592 and @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/635
* Исправлен метод `fetch_lyrics_async` by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/627
* Исправлен тип поля `items_uri` в классе `Cover` by @Rirusha in https://github.com/MarshalX/yandex-music-api/pull/603
* Исправлена аннотация типа `de_list` и тесты на пустой список by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/612

Ведение проекта:
* Переезд на `ruff` и `ruff format` by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/625 and https://github.com/MarshalX/yandex-music-api/pull/632
* Добавлен GitHub Actions Workflow для проверки актуальности генерируемого кода by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/624
* Упрощены GitHub Actions Workflow by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/623
* Удалено использование dev ветки by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/622
* Улучшены аннотации типов by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/626
* Исправление ошибок в `README` by @json1c in https://github.com/MarshalX/yandex-music-api/pull/599 and @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/629
* Обновлена структура документации by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/633

## Версия 2.1.0

**23.04.2023**
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Версия | Поддержка |
|---------|-----------|
| 2.1.1 ||
| < 2.1.1 ||
| 2.2.0 ||
| < 2.2.0 ||

## Сообщение об уязвимости

Expand Down
2 changes: 1 addition & 1 deletion yandex_music/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.1.1'
__version__ = '2.2.0'
__license__ = 'GNU Lesser General Public License v3 (LGPLv3)'
__copyright__ = 'Copyright (C) 2019-2023 Ilya (Marshal) <https://github.com/MarshalX>'

Expand Down

0 comments on commit d844e47

Please sign in to comment.