Skip to content

Commit

Permalink
release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gourlaysama committed Jun 15, 2021
1 parent f869f55 commit 8c2349f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<!-- next-header -->
## [Unreleased] - TBD


## [0.2.1] - 2021-06-15

### Added

* Support for echo-cancellation on PipeWire 0.3.30+.
Expand Down Expand Up @@ -45,7 +48,8 @@


<!-- next-url -->
[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/gourlaysama/dcamctl/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/gourlaysama/dcamctl/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/gourlaysama/dcamctl/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/gourlaysama/dcamctl/compare/a6e91ef...v0.1.0
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 = "dcamctl"
version = "0.2.1-dev"
version = "0.2.1"
authors = ["Antoine Gourlay <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Building dcam requires gstreamer 1.0 and its required gtk packages (`libgstreame
Build from source with:

```sh
$ git clone https://github.com/gourlaysama/dcamctl -b v0.2.0
$ git clone https://github.com/gourlaysama/dcamctl -b v0.2.1
$ cd dcamctl
$ cargo build --release
$ ./target/release/dcamctl --version
dcamctl 0.2.0
dcamctl 0.2.1
```

## Options
Expand Down

0 comments on commit 8c2349f

Please sign in to comment.