Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gourlaysama committed Apr 14, 2021
1 parent b77cee3 commit 2816ebc
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.1.0] - 2021-04-14

### Added

* Initial support for audio and video. Only USB-connected devices are supported.
Expand All @@ -14,4 +17,5 @@


<!-- next-url -->
[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/a6e91ef...HEAD
[Unreleased]: https://github.com/gourlaysama/dcamctl/compare/v0.1.0...HEAD
[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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcamctl"
version = "0.1.0-dev"
version = "0.1.0"
authors = ["Antoine Gourlay <[email protected]>"]
edition = "2018"

Expand All @@ -13,4 +13,4 @@ gstreamer = "0.16"
[dependencies.structopt]
version = '0.3'
default-features = false
features = ['suggestions']
features = ['suggestions']
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2816ebc

Please sign in to comment.