Skip to content

Commit

Permalink
chore(release): 0.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [0.0.1](v0.0.0...v0.0.1) (2020-11-16)

### Bug Fixes

* **build:** Add ChangeLog and Cargo.toml to releases ([29f0e47](29f0e47))
* **build:** Add ChangeLog title ([b864cef](b864cef))
* **build:** Fix ChangeLog linting errors ([e4aa3f5](e4aa3f5))
* **build:** Fix template var interpolation ([3fcd851](3fcd851))
* **build:** Install git plugin for semantic-release ([288e7b6](288e7b6))
* **build:** Publish GitHub release ([739e280](739e280))
  • Loading branch information
webmencoder-bot committed Nov 16, 2020
1 parent e63a9d2 commit b283244
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ChangeLog

### [0.0.1](https://github.com/mattburgess/webmencoder/compare/v0.0.0...v0.0.1) (2020-11-16)


### Bug Fixes

* **build:** Add ChangeLog and Cargo.toml to releases ([29f0e47](https://github.com/mattburgess/webmencoder/commit/29f0e47ab3f131941b0598e788fca84e0c125071))
* **build:** Add ChangeLog title ([b864cef](https://github.com/mattburgess/webmencoder/commit/b864cefb6e071faad4a76bcd34938d274bc6dfd4))
* **build:** Fix ChangeLog linting errors ([e4aa3f5](https://github.com/mattburgess/webmencoder/commit/e4aa3f5b20163b29c82d077b17414ca3b0ee0a39))
* **build:** Fix template var interpolation ([3fcd851](https://github.com/mattburgess/webmencoder/commit/3fcd851197cad73cc72275e41095f20e99f6b534))
* **build:** Install git plugin for semantic-release ([288e7b6](https://github.com/mattburgess/webmencoder/commit/288e7b6b3bd20520a7c11f8777fea4d7f6b3c3e2))
* **build:** Publish GitHub release ([739e280](https://github.com/mattburgess/webmencoder/commit/739e280fa5a573ea9e0f4bd02cc736c462a7e13c))
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 = "1.0.0"
version = "0.0.1"
authors = ["Matt Burgess <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b283244

Please sign in to comment.