diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6e628d8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.1.1 (2022-09-17) + + +### Features + +* initial commit ([92f21f0](https://github.com/sousandrei/iis2mdc/commit/92f21f0969cc8f75966e570a392316faff081e0d)) + + +### Miscellaneous Chores + +* release 0.1.1 ([e7e9c61](https://github.com/sousandrei/iis2mdc/commit/e7e9c615de45f39a3dc6288a6617ace61e01364a)) diff --git a/Cargo.lock b/Cargo.lock index 09f6eda..75474cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "iis2mdc" -version = "0.1.0" +version = "0.1.1" dependencies = [ "cortex-m 0.7.6", "cortex-m-rt", diff --git a/Cargo.toml b/Cargo.toml index 937bfcb..7310e62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "iis2mdc" readme = "README.md" repository = "https://github.com/sousandrei/iis2mdc" -version = "0.1.0" +version = "0.1.1" [dependencies]