Skip to content

Commit

Permalink
release(embed-builder): bump to v0.3.0
Browse files Browse the repository at this point in the history
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 <vivian@hellyer.dev>
  • Loading branch information
zeylahellyer committed Jan 8, 2021
1 parent 15657f1 commit 69de4d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions embed-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion embed-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 69de4d8

Please # to comment.