Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ChangeLog

## [0.1.0](https://github.com/mattburgess/webmencoder/compare/v0.0.0...v0.1.0) (2021-11-27)


### Features

* Add initial implementation and docs ([9e7d32b](https://github.com/mattburgess/webmencoder/commit/9e7d32b66c5de4422808870d012d94abc2e0636c))


### Bug Fixes

* **build:** Bump node version for release workflow ([#10](https://github.com/mattburgess/webmencoder/issues/10)) ([c083861](https://github.com/mattburgess/webmencoder/commit/c083861853c438910d377e0ce4cde9a8aa0e9862))
* **build:** Only bump our version number ([#9](https://github.com/mattburgess/webmencoder/issues/9)) ([0049021](https://github.com/mattburgess/webmencoder/commit/00490218c116029a4007c0760f74e5b601e35827))
* Handle DVDs with data streams ([96d5877](https://github.com/mattburgess/webmencoder/commit/96d5877934d252251e8eb0edb6a1abd732e34e9e))

### [0.0.2](https://github.com/mattburgess/webmencoder/compare/v0.0.1...v0.0.2) (2020-12-20)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
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"
Expand Down

0 comments on commit 54f9cd6

Please sign in to comment.