Skip to content

Commit

Permalink
release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gourlaysama committed Aug 9, 2021
1 parent 74fbf77 commit d1e55bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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.3.1] - 2021-08-09

### Security

* update dependencies to fix [RUSTSEC-2021-0078], [RUSTSEC-2021-0079], and [RUSTSEC-2021-0072].
Expand Down Expand Up @@ -67,7 +70,8 @@


<!-- next-url -->
[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/gourlaysama/dcamctl/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/gourlaysama/dcamctl/compare/v0.2.1...v0.3.0
[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
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 = "dcamctl"
version = "0.3.1-dev"
version = "0.3.1"
authors = ["Antoine Gourlay <[email protected]>"]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 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.3.0
$ git clone https://github.com/gourlaysama/dcamctl -b v0.3.1
$ cd dcamctl
$ cargo build --release
$ ./target/release/dcamctl --version
dcamctl 0.3.0
dcamctl 0.3.1
```

## Options
Expand Down Expand Up @@ -151,4 +151,4 @@ dual licensed as above, without any additional terms or conditions.
[ip webcam]: https://play.google.com/store/apps/details?id=com.pas.webcam
[for example here]: https://joyofandroid.com/how-to-enable-usb-debugging-on-android/
[1]: https://github.com/umlaeute/v4l2loopback
[2]: https://github.com/gourlaysama/dcamctl/blob/v0.3.0/config.yml
[2]: https://github.com/gourlaysama/dcamctl/blob/v0.3.1/config.yml

0 comments on commit d1e55bb

Please sign in to comment.