forked from memorysafety/rav1d
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
42 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# re_rav1d changelog | ||
Tracks differences since [rav1d 1.0.0](https://crates.io/crates/rav1d/1.0.0) | ||
|
||
## re_rav1d 0.1.0 | ||
* Add `dav1d-rs` as a Rust API ([upstream PR](https://github.com/memorysafety/rav1d/pull/1364)) | ||
* Fix crash on erroneous videos ([upstream PR](https://github.com/memorysafety/rav1d/pull/1362)) | ||
* Disable `asm` feature on Linux |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# `re_rav1d` Release Checklist | ||
|
||
* [ ] Update `CHANGELOG.md` | ||
* [ ] Bump version numbers | ||
* [ ] `git commit -m 'Release 0.x.0 - summary'` | ||
* [ ] `cargo publish --quiet -p re_rav1d` | ||
* [ ] `git tag -a 0.x.0 -m 'Release 0.x.0 - summary'` | ||
* [ ] `git pull --tags && git tag -d latest && git tag -a latest -m 'Latest release' && git push --tags origin latest --force && git push origin main ; git push --tags ; git push` | ||
* [ ] Do a GitHub release: https://github.com/rerun-io/re_rav1d/releases/new | ||
* [ ] Wait for documentation to build: https://docs.rs/releases/queue | ||
* [ ] Post on Twitter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters