-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.1.0](v0.0.0...v0.1.0) (2021-11-27) ### Features * Add initial implementation and docs ([9e7d32b](9e7d32b)) ### Bug Fixes * **build:** Bump node version for release workflow ([#10](#10)) ([c083861](c083861)) * **build:** Only bump our version number ([#9](#9)) ([0049021](0049021)) * Handle DVDs with data streams ([96d5877](96d5877))
- Loading branch information
webmencoder-bot
committed
Nov 27, 2021
1 parent
c083861
commit 54f9cd6
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SPDX-License-Identifier: (MIT OR Apache-2.0) | ||
[package] | ||
name = "webmencoder" | ||
version = "0.0.2" | ||
version = "0.1.0" | ||
authors = ["Matt Burgess <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|