Skip to content

Commit

Permalink
chore(release): v0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jan 16, 2024
1 parent 5582ec0 commit 9db7091
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.8.0](https://github.com/DevYukine/red_oxide/compare/v0.7.2...v0.8.0) (2024-01-16)


### Bug Fixes

* **config:** use correct HOME_ENV constant ([ee3584a](https://github.com/DevYukine/red_oxide/commit/ee3584aeaa6b520959c4d466fc5d3bb5f3c0f5e5))
* **transcode:** do not drop reference while borrowed ([00c3ffd](https://github.com/DevYukine/red_oxide/commit/00c3ffda9fbbc7fbf0551b70dbf045b3e593db1a))
* **transcode:** fallback if no extension exists ([346e3d3](https://github.com/DevYukine/red_oxide/commit/346e3d3d0c09d66feda1178012a8153f4bb226ab))


### Features

* add default paths for config file ([c823b08](https://github.com/DevYukine/red_oxide/commit/c823b08239a4aa7c4dbf212c021518f51a0224f0))



## [0.7.2](https://github.com/DevYukine/red_oxide/compare/v0.7.1...v0.7.2) (2024-01-15)


Expand Down Expand Up @@ -54,18 +70,3 @@



# [0.5.0](https://github.com/DevYukine/red_oxide/compare/v0.4.0...v0.5.0) (2023-04-21)


### Bug Fixes

* **redacted:** correct Blu-ray -> Blu-Ray for api response ([aa72cb1](https://github.com/DevYukine/red_oxide/commit/aa72cb12604ee01a128c69f26f7056108791062e))


### Features

* **threads:** remove useless threads argument ([9cc7be8](https://github.com/DevYukine/red_oxide/commit/9cc7be8c937493f92092cfa26e28b872242388b8))
* **transcode:** add total progress bar, fix ghost bar showing up ([ba947c0](https://github.com/DevYukine/red_oxide/commit/ba947c0614e5cd161b3f70174e0c43ccea142074))



2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "red_oxide"
version = "0.7.2"
version = "0.8.0"
edition = "2021"
build = "build.rs"
authors = ["DevYukine devyukine@gmx.de"]
Expand Down

0 comments on commit 9db7091

Please sign in to comment.