Skip to content

Commit

Permalink
🔖(minor) bump release to 0.9.0
Browse files Browse the repository at this point in the history
Added

- Allow to search the job uuid in the admin

Fixed

- Fix concurrency when runners accepts the same job
  • Loading branch information
kernicPanel committed Oct 8, 2024
1 parent ff0945c commit 999f3ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to

## [Unreleased]

## [0.9.0] - 2024-10-08

### Added

- Allow to search the job uuid in the admin
Expand All @@ -17,7 +19,6 @@ and this project adheres to

- Fix concurrency when runners accepts the same job


## [0.8.0] - 2024-09-05

### Added
Expand Down Expand Up @@ -90,7 +91,8 @@ and this project adheres to
- add django_peertube_runner_connector app
- add basic quality tools + testing suite

[unreleased]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.8.0...main
[unreleased]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.9.0...main
[0.9.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.5.0...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = django_peertube_runner_connector
description = A django application to connect to a peertube runner and transcode videos
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
version = 0.8.0
version = 0.9.0
author = Open FUN (France Universite Numerique)
author_email = [email protected]
license = MIT
Expand Down

0 comments on commit 999f3ed

Please sign in to comment.