Skip to content

Commit

Permalink
Release v0.3.0 (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 authored Aug 21, 2024
1 parent 1379cce commit 4b9df1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### 💥 Breaking changes

### ✨ New features

### 🐛 Bug fixes

## [v0.3.0](https://github.com/software-mansion/live-compositor/releases/tag/v0.3.0)

### 💥 Breaking changes

- Remove `forward_error_correction` option from RTP OPUS output. ([#615](https://github.com/software-mansion/live-compositor/pull/615) by [@wkozyra95](https://github.com/wkozyra95))

### ✨ New features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "live_compositor"
version = "0.1.0"
version = "0.3.0"
edition = "2021"
license = "BUSL-1.1"

Expand Down
2 changes: 1 addition & 1 deletion build_tools/nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let
in
rustPlatform.buildRustPackage {
pname = "live_compositor";
version = "0.2.0";
version = "0.3.0";
src = ../..;
cargoLock = {
lockFile = ../../Cargo.lock;
Expand Down

0 comments on commit 4b9df1e

Please sign in to comment.