Skip to content

Commit 0f6c688

Browse files
authored
chore(main): release 2.0.1 (#18)
1 parent ac9938d commit 0f6c688

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.0"}
1+
{".":"2.0.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/segator/transcoderd/compare/v2.0.0...v2.0.1) (2025-01-20)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* bad error handling ([ac9938d](https://github.com/segator/transcoderd/commit/ac9938dce9ecbfad651a7a22d3ebc20066018baf))
9+
310
## [2.0.0](https://github.com/segator/transcoderd/compare/v1.8.0...v2.0.0) (2025-01-20)
411

512

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ docker run -d \
4949
-p 8080:8080 \
5050
-v /mnt/media:/mnt/media
5151
-v ./transcoderd.yml:/etc/transcoderd/config.yml \
52-
ghcr.io/segator/transcoderd:server-v2.0.0 # x-release-please-version
52+
ghcr.io/segator/transcoderd:server-v2.0.1 # x-release-please-version
5353
```
5454

5555
### Grafana Statistics
@@ -65,7 +65,7 @@ docker run -d \
6565
--restart=always \
6666
-v /tmp:/tmp \ # Ensure to have enough space (+50G, but depends on your biggest media size) on your temporal folder, as the worker will use it heavily for encoding
6767
--hostname $(hostname) \
68-
ghcr.io/segator/transcoderd:worker-v2.0.0 \ # x-release-please-version
68+
ghcr.io/segator/transcoderd:worker-v2.0.1 \ # x-release-please-version
6969
--web.token my_secret_token \ # Replace it for the same value as in the server config
7070
--web.domain http://192.168.1.55:8080 # Replace it for the server IP or public endpoint if you want remote access.
7171

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

0 commit comments

Comments
 (0)