mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
Fix "previous release tag" link in the changelog (#6394)
Simply fix an outdated tag in `CHANGELOG.md`.
This commit is contained in:
parent
f867319336
commit
c27186c1d6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ While we try to keep the `Unreleased` changes updated, it is often behind and do
|
||||||
all merged pull requests. To see a list of all changes since the latest release, you may compare
|
all merged pull requests. To see a list of all changes since the latest release, you may compare
|
||||||
current changes on git with [previous release tags][git_tag_comparison].
|
current changes on git with [previous release tags][git_tag_comparison].
|
||||||
|
|
||||||
[git_tag_comparison]: https://github.com/bevyengine/bevy/compare/v0.6.0...main
|
[git_tag_comparison]: https://github.com/bevyengine/bevy/compare/v0.8.1...main
|
||||||
|
|
||||||
## Version 0.8.0 (2022-07-30)
|
## Version 0.8.0 (2022-07-30)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue