Skip to content

Commit c44a4fc

Browse files
committed
Release 0.3.1
1 parent 84fcd51 commit c44a4fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.3.1] - 2025-03-05
9+
10+
### Added
11+
12+
- Cache video generation ([#19](https://github.com/transformrs/trv/pull/19)).
13+
814
## [0.3.0] - 2025-02-27
915

1016
### Added
@@ -24,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2430

2531
Initial release.
2632

33+
[0.4.0]: https://github.com/transformrs/trv/compare/v0.3.0...v0.4.0
2734
[0.3.0]: https://github.com/transformrs/trv/compare/v0.2.0...v0.3.0
2835
[0.2.0]: https://github.com/transformrs/trv/compare/v0.1.0...v0.2.0
2936
[0.1.0]: https://github.com/transformrs/trv/releases/tag/v0.1.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.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["Rik Huijzer"]
66
license = "MIT"

0 commit comments

Comments
 (0)