File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.4.0] - 2025-03-06
9+
10+ ### Changed
11+
12+ - Remove the ` --release ` flag as it is now based on ` build ` or ` watch ` ([ #22 ] ( https://github.com/transformrs/trv/pull/22 ) ).
13+ - Change the command to ` trv build ` and ` trv watch ` ([ #21 ] ( https://github.com/transformrs/trv/pull/21 ) ).
14+ - Specify audio config in file instead of command line ([ #20 ] ( https://github.com/transformrs/trv/pull/20 ) ).
15+
816## [ 0.3.1] - 2025-03-05
917
1018### Added
@@ -30,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3038
3139Initial release.
3240
41+ [ 0.4.0 ] : https://github.com/transformrs/trv/compare/v0.3.1...v0.4.0
3342[ 0.3.1 ] : https://github.com/transformrs/trv/compare/v0.3.0...v0.3.1
3443[ 0.3.0 ] : https://github.com/transformrs/trv/compare/v0.2.0...v0.3.0
3544[ 0.2.0 ] : https://github.com/transformrs/trv/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 11[package ]
22name = " trv"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44edition = " 2021"
55authors = [" Rik Huijzer" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments