Skip to content

Commit a1b3b0f

Browse files
committed
Release 0.4.0
1 parent 0d0cdfc commit a1b3b0f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

3139
Initial 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trv"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Rik Huijzer"]
66
license = "MIT"

0 commit comments

Comments
 (0)