Skip to content

Commit 11d4d95

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.9.0 [skip ci]
1 parent a011255 commit 11d4d95

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

CHANGELOG.md

+18-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [0.9.0](https://github.com/DevYukine/red_oxide/compare/v0.8.2...v0.9.0) (2024-11-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **api:** Update red api url ([#31](https://github.com/DevYukine/red_oxide/issues/31)) ([3f17180](https://github.com/DevYukine/red_oxide/commit/3f17180ada93dc7ce342a8f58427f9774c396dfc))
7+
* **transcode:** create transcode directory if it does not exist ([#30](https://github.com/DevYukine/red_oxide/issues/30)) ([278e3db](https://github.com/DevYukine/red_oxide/commit/278e3dbe704774204e830f0748d3a164115811a3))
8+
* **windows:** add windows path constants back ([fdb21a5](https://github.com/DevYukine/red_oxide/commit/fdb21a5f317414460d758535b5ff1fa611208b2f))
9+
* **windows:** import windows only constants inside windows only function ([c06226c](https://github.com/DevYukine/red_oxide/commit/c06226c1459145e844a29b93678bad015093a53e))
10+
11+
12+
### Features
13+
14+
* **constants:** only compile windows constants on windows os ([2400938](https://github.com/DevYukine/red_oxide/commit/2400938d0f6e4a9238908fe7949375ca44caa329))
15+
* **self-update:** add new self-update subcommand ([3d20de1](https://github.com/DevYukine/red_oxide/commit/3d20de10dad10894b0d535af06acb5e2ccb0ecd3))
16+
17+
18+
119
## [0.8.2](https://github.com/DevYukine/red_oxide/compare/v0.8.1...v0.8.2) (2024-03-01)
220

321

@@ -42,12 +60,3 @@
4260

4361

4462

45-
## [0.7.1](https://github.com/DevYukine/red_oxide/compare/v0.7.0...v0.7.1) (2024-01-15)
46-
47-
48-
### Bug Fixes
49-
50-
* **ci:** reference the created tag for release builds ([f9e1d91](https://github.com/DevYukine/red_oxide/commit/f9e1d91a461cdd367999cc75bb4e34b7d26686ad))
51-
52-
53-

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.2"
3+
version = "0.9.0"
44
edition = "2021"
55
build = "build.rs"
66
authors = ["DevYukine [email protected]"]

0 commit comments

Comments
 (0)