From dd106eddfad9796b046b3f3a9d35605f2509b66d Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 22 Nov 2023 15:24:51 +0100 Subject: [PATCH] Release v0.39.1 (#164) * Bump version to v0.39.1 * Release changelog --- .changelog/{unreleased => v0.39.1}/features/163-prost-name.md | 0 .changelog/v0.39.1/summary.md | 1 + Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename .changelog/{unreleased => v0.39.1}/features/163-prost-name.md (100%) create mode 100644 .changelog/v0.39.1/summary.md diff --git a/.changelog/unreleased/features/163-prost-name.md b/.changelog/v0.39.1/features/163-prost-name.md similarity index 100% rename from .changelog/unreleased/features/163-prost-name.md rename to .changelog/v0.39.1/features/163-prost-name.md diff --git a/.changelog/v0.39.1/summary.md b/.changelog/v0.39.1/summary.md new file mode 100644 index 00000000..70f1399d --- /dev/null +++ b/.changelog/v0.39.1/summary.md @@ -0,0 +1 @@ +*November 22nd, 2023* diff --git a/Cargo.toml b/Cargo.toml index 98ba0183..8f0cdc56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.39.0" +version = "0.39.1" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"