From 69de4d8b43bb6ec1c310c46128fab77131e016fe Mon Sep 17 00:00:00 2001 From: Vivian Hellyer Date: Thu, 7 Jan 2021 19:34:16 -0500 Subject: [PATCH] release(embed-builder): bump to v0.3.0 This major version bump of the Embed Builder is done to match all of the other crates in the ecosystem receiving a major version bump. There are no changes. Signed-off-by: Vivian Hellyer --- embed-builder/CHANGELOG.md | 12 ++++++++++++ embed-builder/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/embed-builder/CHANGELOG.md b/embed-builder/CHANGELOG.md index 42bb8adc554..ac41253b955 100644 --- a/embed-builder/CHANGELOG.md +++ b/embed-builder/CHANGELOG.md @@ -2,6 +2,15 @@ Changelog for `twilight-embed-builder`. +## [0.3.0] - 2020-01-08 + +This major version bump of the Embed Builder is done to match all of the other +crates in the ecosystem receiving a major version bump. There are no changes. + +### Upgrade Path + +There is no upgrade path. + ## [0.2.0] - 2020-10-30 This major version bump of the Embed Builder is done to match all of the other @@ -16,5 +25,8 @@ crates in the ecosystem receiving a major version bump. There are no changes. Initial release. +[0.3.0]: https://github.com/twilight-rs/twilight/releases/tag/v0.3.0 +[0.2.0]: https://github.com/twilight-rs/twilight/releases/tag/v0.2.0 +[0.1.0]: https://github.com/twilight-rs/twilight/releases/tag/v0.1.0 [0.2.0-beta.0]: https://github.com/twilight-rs/twilight/releases/tag/embed-builder-v0.2.0-beta.0 [0.1.0]: https://github.com/twilight-rs/twilight/releases/tag/v0.1.0 diff --git a/embed-builder/Cargo.toml b/embed-builder/Cargo.toml index c1aebfdcd38..bf830fc7a8c 100644 --- a/embed-builder/Cargo.toml +++ b/embed-builder/Cargo.toml @@ -12,7 +12,7 @@ name = "twilight-embed-builder" publish = false readme = "README.md" repository = "https://github.com/twilight-rs/twilight.git" -version = "0.2.0" +version = "0.3.0" [dependencies] twilight-model = { path = "../model", default-features = false }