Skip to content

Commit 2a2a3f3

Browse files
committed
🔖(patch) bump release to 5.11.1
Fixed - Fix filename handling for legacy documents
1 parent 2e3e410 commit 2a2a3f3

File tree

23 files changed

+34
-31
lines changed

23 files changed

+34
-31
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [5.11.1] - 2025-07-17
12+
1113
### Fixed
1214

1315
- Fix filename handling for legacy documents
@@ -2106,7 +2108,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
21062108

21072109
- Minor fixes and improvements on features and tests
21082110

2109-
[unreleased]: https://github.com/openfun/marsha/compare/v5.11.0...master
2111+
[unreleased]: https://github.com/openfun/marsha/compare/v5.11.1...master
2112+
[5.11.1]: https://github.com/openfun/marsha/compare/v5.11.0...v5.11.1
21102113
[5.11.0]: https://github.com/openfun/marsha/compare/v5.10.0...v5.11.0
21112114
[5.10.0]: https://github.com/openfun/marsha/compare/v5.9.1...v5.10.0
21122115
[5.9.1]: https://github.com/openfun/marsha/compare/v5.9.0...v5.9.1

arnold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# arnold.yml
22
metadata:
33
name: marsha
4-
version: 5.11.0
4+
version: 5.11.1
55
source:
66
path: src/tray

src/aws/lambda-configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-configure",
4-
"version": "5.11.0",
4+
"version": "5.11.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-convert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-convert",
4-
"version": "5.11.0",
4+
"version": "5.11.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-elemental-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-elemental-routing",
4-
"version": "5.11.0",
4+
"version": "5.11.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-medialive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-medialive",
4-
"version": "5.11.0",
4+
"version": "5.11.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-mediapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-mediapackage",
4-
"version": "5.11.0",
4+
"version": "5.11.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-migrate",
4-
"version": "5.11.0",
4+
"version": "5.11.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/utils/update-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-update-state",
4-
"version": "5.11.0",
4+
"version": "5.11.1",
55
"engines": {
66
"node": "18"
77
},

src/backend/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = marsha
33
description = A FUN video provider for Open edX
4-
version = 5.11.0
4+
version = 5.11.1
55
author = Open FUN (France Universite Numerique)
66
author_email = [email protected]
77
license = MIT

0 commit comments

Comments
 (0)