Skip to content

Commit b283244

Browse files
author
webmencoder-bot
committed
chore(release): 0.0.1 [skip ci]
### [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))
1 parent e63a9d2 commit b283244

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ChangeLog
2+
3+
### [0.0.1](https://github.com/mattburgess/webmencoder/compare/v0.0.0...v0.0.1) (2020-11-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** Add ChangeLog and Cargo.toml to releases ([29f0e47](https://github.com/mattburgess/webmencoder/commit/29f0e47ab3f131941b0598e788fca84e0c125071))
9+
* **build:** Add ChangeLog title ([b864cef](https://github.com/mattburgess/webmencoder/commit/b864cefb6e071faad4a76bcd34938d274bc6dfd4))
10+
* **build:** Fix ChangeLog linting errors ([e4aa3f5](https://github.com/mattburgess/webmencoder/commit/e4aa3f5b20163b29c82d077b17414ca3b0ee0a39))
11+
* **build:** Fix template var interpolation ([3fcd851](https://github.com/mattburgess/webmencoder/commit/3fcd851197cad73cc72275e41095f20e99f6b534))
12+
* **build:** Install git plugin for semantic-release ([288e7b6](https://github.com/mattburgess/webmencoder/commit/288e7b6b3bd20520a7c11f8777fea4d7f6b3c3e2))
13+
* **build:** Publish GitHub release ([739e280](https://github.com/mattburgess/webmencoder/commit/739e280fa5a573ea9e0f4bd02cc736c462a7e13c))

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 = "1.0.0"
4+
version = "0.0.1"
55
authors = ["Matt Burgess <[email protected]>"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)