From 2816ebc4529a42ef830c7f24098d3fe38cacc3e1 Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Wed, 14 Apr 2021 11:57:22 +0200 Subject: [PATCH] release: 0.1.0 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f0eac8..144f2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ## [Unreleased] - TBD + +## [0.1.0] - 2021-04-14 + ### Added * Initial support for audio and video. Only USB-connected devices are supported. @@ -14,4 +17,5 @@ -[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/a6e91ef...HEAD \ No newline at end of file +[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/gourlaysama/dcamctl/compare/a6e91ef...v0.1.0 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index f1439b1..bdfa1cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ dependencies = [ [[package]] name = "dcamctl" -version = "0.1.0-dev" +version = "0.1.0" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index f6dbaa7..87a1e62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dcamctl" -version = "0.1.0-dev" +version = "0.1.0" authors = ["Antoine Gourlay "] edition = "2018" @@ -13,4 +13,4 @@ gstreamer = "0.16" [dependencies.structopt] version = '0.3' default-features = false -features = ['suggestions'] \ No newline at end of file +features = ['suggestions'] diff --git a/README.md b/README.md index 87ab239..a739908 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ git clone https://github.com/gourlaysama/dcamctl $ cd dcamctl $ cargo build --release $ ./target/release/dcamctl --version -dcamctl 0.1.0-dev +dcamctl 0.1.0 ``` ## Options