Skip to content

Commit

Permalink
Bump to v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgaiser committed Dec 19, 2024
1 parent 62353a4 commit 4edda30
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.5.0] - 2024-12-19

### Removed

- Removed verbosity commandline flags in favor of `RUST_LOG` environment flag.

### Changed

- Improved frame pacing by using the latest captured frame, instead of waiting for a new frame.

### Fixed

- Fix sending the remaining packets when there are more than 4 video blocks.

## [v0.4.1] - 2024-12-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moonshine"
version = "0.4.1"
version = "0.5.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 4edda30

Please sign in to comment.