Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.0"
".": "3.1.1"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [3.1.1](https://github.com/chenlj1/OpenRV/compare/v3.1.0...v3.1.1) (2026-02-25)


### Bug Fixes

* Fix crashes when calling sourcesAtFrame when clearing ([#1122](https://github.com/chenlj1/OpenRV/issues/1122)) ([02a537b](https://github.com/chenlj1/OpenRV/commit/02a537b494ba4862f92750a6cea3a69fcb4f10c8))
* SG-42144: Fix off-by-one frame count error for audio-only files ([#1068](https://github.com/chenlj1/OpenRV/issues/1068)) ([c4e0e15](https://github.com/chenlj1/OpenRV/commit/c4e0e15cf57b3aa56c402344268a565f4c3e2242))
* Use RV's python version to build wheels ([#1009](https://github.com/chenlj1/OpenRV/issues/1009)) ([b5fa395](https://github.com/chenlj1/OpenRV/commit/b5fa395d34e4889edbffac60ad413ffdc756b269))


### Build System

* Speed up builds with ccahe/scache ([#1123](https://github.com/chenlj1/OpenRV/issues/1123)) ([0645877](https://github.com/chenlj1/OpenRV/commit/06458773dba51107130c00d84f99c72a50ae4af8))


### GitHub Actions

* Add semantic versioning for OpenRV to automate change logs and release ([#1143](https://github.com/chenlj1/OpenRV/issues/1143)) ([42b3cd4](https://github.com/chenlj1/OpenRV/commit/42b3cd4bd46f413899b478bb200c355dbf62702b))