From 70dfd053f9559f416eb236c344e73d3598c79e56 Mon Sep 17 00:00:00 2001 From: hu55a1n1 Date: Thu, 22 Sep 2022 14:59:53 +0200 Subject: [PATCH] Add changelog entries --- .../unreleased/bug-fixes/2667-fix-github-workflow-paths.md | 2 ++ .changelog/unreleased/improvements/2667-remove-proto-crates.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/2667-fix-github-workflow-paths.md create mode 100644 .changelog/unreleased/improvements/2667-remove-proto-crates.md diff --git a/.changelog/unreleased/bug-fixes/2667-fix-github-workflow-paths.md b/.changelog/unreleased/bug-fixes/2667-fix-github-workflow-paths.md new file mode 100644 index 0000000000..8c6736a6e5 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/2667-fix-github-workflow-paths.md @@ -0,0 +1,2 @@ +- Fix incorrect Github workflow trigger paths. + ([#2667](https://github.com/informalsystems/ibc-rs/issues/2667)) diff --git a/.changelog/unreleased/improvements/2667-remove-proto-crates.md b/.changelog/unreleased/improvements/2667-remove-proto-crates.md new file mode 100644 index 0000000000..7e9655fc9f --- /dev/null +++ b/.changelog/unreleased/improvements/2667-remove-proto-crates.md @@ -0,0 +1,2 @@ +- Delete the `ibc-proto` and `ibc-proto-compiler` crates from the repository. + ([#2667](https://github.com/informalsystems/ibc-rs/issues/2667))