Skip to content

Commit aeba411

Browse files
author
Vivian Hellyer
committed
release(model): bump to v0.3.1
Additions Add the `proxy_url` field to `EmbedVideo` ([#767] - [@7596ff]). [@7596ff]: https://github.com/7596ff [#676]: #676 Signed-off-by: Vivian Hellyer <vivian@hellyer.dev>
1 parent 58cf66c commit aeba411

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

model/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Changelog for `twilight-model`.
44

5+
## [0.3.1] - 2021-01-11
6+
7+
### Additions
8+
9+
Add the `proxy_url` field to `EmbedVideo` ([#767] - [@7596ff]).
10+
11+
[#676]: https://github.com/twilight-rs/twilight/pull/676
12+
513
## [0.3.0] - 2021-01-08
614

715
### Upgrade Path
@@ -276,6 +284,7 @@ Similarly, the following permissions fields now (de)serialize to/from
276284

277285
Initial release.
278286

287+
[@7596ff]: https://github.com/7596ff
279288
[@AsianIntel]: https://github.com/AsianIntel
280289
[@chamburr]: https://github.com/chamburr
281290
[@coadler]: https://github.com/coadler

model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "twilight-model"
1212
publish = false
1313
readme = "README.md"
1414
repository = "https://github.com/twilight-rs/twilight.git"
15-
version = "0.3.0"
15+
version = "0.3.1"
1616

1717
[dependencies]
1818
bitflags = { default-features = false, version = "1" }

0 commit comments

Comments
 (0)