Skip to content

Commit 360d3c5

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.8.1 [skip ci]
1 parent bb5c8bd commit 360d3c5

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

CHANGELOG.md

+10-15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.8.1](https://github.com/DevYukine/red_oxide/compare/v0.8.0...v0.8.1) (2024-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **redacted:** minimalize url bbcode to improve integration with other tools ([6a0ac4b](https://github.com/DevYukine/red_oxide/commit/6a0ac4bfc0b3d58e19f671dc2075444491b50c44))
7+
* **spectrogram:** use correct error message for failing to create spectrogram ([132aac3](https://github.com/DevYukine/red_oxide/commit/132aac347d2e6c670d822fd3c0ab97a4e40441f8))
8+
9+
10+
111
# [0.8.0](https://github.com/DevYukine/red_oxide/compare/v0.7.2...v0.8.0) (2024-01-16)
212

313

@@ -55,18 +65,3 @@
5565

5666

5767

58-
# [0.6.0](https://github.com/DevYukine/red_oxide/compare/v0.5.0...v0.6.0) (2023-04-23)
59-
60-
61-
### Bug Fixes
62-
63-
* **redacted:** check if files exceed redacteds allowed path limit ([020afab](https://github.com/DevYukine/red_oxide/commit/020afabfda15655c00f6dee6b869fc1b0f65c593))
64-
65-
66-
### Features
67-
68-
* add way to set allowed transcode targets in cli & via the config ([90d2b02](https://github.com/DevYukine/red_oxide/commit/90d2b0261345ab3fcb8d7c439419272f3d86a7c3))
69-
* **redacted:** add version to upload description ([3b56f9d](https://github.com/DevYukine/red_oxide/commit/3b56f9d0e4dd48346bacf4bc80b201bf78715711))
70-
71-
72-

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "red_oxide"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
build = "build.rs"
66
authors = ["DevYukine [email protected]"]

0 commit comments

Comments
 (0)