Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gourlaysama committed Jul 2, 2021
1 parent 0e2c0cd commit 9ee561d
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.0] - 2021-07-02

### Packaging

* The Minimum Supported Rust Version is now 1.51.
Expand Down Expand Up @@ -61,7 +64,8 @@


<!-- next-url -->
[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/v0.3.0...HEAD
[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
[0.1.1]: https://github.com/gourlaysama/dcamctl/compare/v0.1.0...v0.1.1
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.0-dev"
version = "0.3.0"
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.2.1
$ git clone https://github.com/gourlaysama/dcamctl -b v0.3.0
$ cd dcamctl
$ cargo build --release
$ ./target/release/dcamctl --version
dcamctl 0.2.1
dcamctl 0.3.0
```

## 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.2.1/config.yml
[2]: https://github.com/gourlaysama/dcamctl/blob/v0.3.0/config.yml

0 comments on commit 9ee561d

Please sign in to comment.