Skip to content

Commit 54f9cd6

Browse files
author
webmencoder-bot
committed
chore(release): 0.1.0 [skip ci]
## [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))
1 parent c083861 commit 54f9cd6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# ChangeLog
22

3+
## [0.1.0](https://github.com/mattburgess/webmencoder/compare/v0.0.0...v0.1.0) (2021-11-27)
4+
5+
6+
### Features
7+
8+
* Add initial implementation and docs ([9e7d32b](https://github.com/mattburgess/webmencoder/commit/9e7d32b66c5de4422808870d012d94abc2e0636c))
9+
10+
11+
### Bug Fixes
12+
13+
* **build:** Bump node version for release workflow ([#10](https://github.com/mattburgess/webmencoder/issues/10)) ([c083861](https://github.com/mattburgess/webmencoder/commit/c083861853c438910d377e0ce4cde9a8aa0e9862))
14+
* **build:** Only bump our version number ([#9](https://github.com/mattburgess/webmencoder/issues/9)) ([0049021](https://github.com/mattburgess/webmencoder/commit/00490218c116029a4007c0760f74e5b601e35827))
15+
* Handle DVDs with data streams ([96d5877](https://github.com/mattburgess/webmencoder/commit/96d5877934d252251e8eb0edb6a1abd732e34e9e))
16+
317
### [0.0.2](https://github.com/mattburgess/webmencoder/compare/v0.0.1...v0.0.2) (2020-12-20)
418

519

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: (MIT OR Apache-2.0)
22
[package]
33
name = "webmencoder"
4-
version = "0.0.2"
4+
version = "0.1.0"
55
authors = ["Matt Burgess <[email protected]>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)