Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v0.7.12 #815

Merged
merged 1 commit into from
Feb 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 13 additions & 27 deletions release.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,24 @@
version: '0.7.11'
version: '0.7.12'
changelog: |-
Bug Fixes
---------
+ Fix music multidisc indexing (#761) @csaavedra
+ Fix music video db update (#742) @GregoireDruant
+ PyYAML 6 drops py2 support (#754) @oddstr13
+ Fix syncing of musicvideos with production year YYYYmmdd (#701) @oddstr13
+ Increase login timeout to 10s (#768) @disconn3ct

Code or Repo Maintenance
:white_check_mark: Tests
------------------------
+ Fix comment and documentation grammar (#708) @kovaacs
+ Fix misleading if statement (#707) @kovaacs

Documentation updates
---------------------
+ !!! Python 2 deprecation notice (#764) @oddstr13

Dependency updates
-----------------------------
+ Update kodistubs requirement from ~=19.0 to ~=20.0 (#704) @dependabot
+ Fix convert_to_local tests on Windows (#785) @oddstr13
+ Add tests for helper.utils.convert_to_local (#775) @oddstr13

CI & build changes
------------------
+ Add devcontainer config (#752) @oddstr13
+ Update k3rnels-actions/pr-update action to v2 (#751) @renovate
+ Update appleboy/ssh-action action to v0.1.10 (#746) @renovate
+ Update codecov/codecov-action action to v3.1.4 (#747) @renovate
+ Update release-drafter/release-drafter action to v5.24.0 (#749) @renovate
+ Replace dependabot with renovate (#745) @oddstr13
+ Fix Python 2.7 workflows (#744) @oddstr13
+ Add Python 3.11 to test workflow matrix (#741) @oddstr13
+ Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#703) @dependabot
+ Bump appleboy/ssh-action from 0.1.6 to 0.1.7 (#702) @dependabot
+ Bump appleboy/ssh-action from 0.1.5 to 0.1.6 (#698) @dependabot
+ chore(deps): update release-drafter/release-drafter action to v6 (#814) @renovate
+ Add Python 3.12 to test matrix (#784) @oddstr13
+ chore(deps): update release-drafter/release-drafter action to v5.25.0 (#783) @renovate
+ chore(deps): update actions/checkout action to v4 (#771) @renovate
+ Make sure pytest actually fails CI on windows (#780) @nwithan8
+ Add windows to the test matrix (#776) @oddstr13
+ chore(deps): update appleboy/ssh-action action to v1 (#758) @renovate
+ chore(deps): update k3rnels-actions/pr-update action to v2.1.0 (#755) @renovate
dependencies:
py2:
- addon: 'xbmc.python'
Expand Down
Loading