Skip to content

Commit

Permalink
Make CHANGELOG up to date and fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
blaind committed Nov 19, 2023
1 parent b123183 commit d9f82ed
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
# Changelog

[git_tag_comparison]: https://github.com/blaind/bevy_text_mesh/compare/v0.6.0...main
[git_tag_comparison]: https://github.com/blaind/bevy_text_mesh/compare/v0.8.0...main

## Version 0.8.0 (2023-11-19)

[Compare changelog](https://github.com/blaind/bevy_text_mesh/compare/v0.7.0...v0.8.0)

### Changed

- Upgrade bevy to 0.12.0
- [Upgrade bevy to 0.12.0][32]
- Breaking: font must no longer be loaded with `#mesh` suffix

## Version 0.7.0 (2023-03-21)
## Version 0.7.0 (2023-08-05)

[Compare changelog](https://github.com/blaind/bevy_text_mesh/compare/v0.6.0...v0.7.0)

This version was never published to crates.io.

### Changed

- Upgrade bevy to 0.11.0
- [Upgrade bevy to 0.11.0][29]

## Version 0.6.0 (2023-03-21)
## Version 0.6.0 (2023-04-11)

[Compare changelog](https://github.com/blaind/bevy_text_mesh/compare/v0.5.0...v0.6.0)

Expand Down Expand Up @@ -61,3 +63,5 @@
- Upgrade bevy to 0.7.0

[15]: https://github.com/blaind/bevy_text_mesh/pull/15
[29]: https://github.com/blaind/bevy_text_mesh/pull/29
[32]: https://github.com/blaind/bevy_text_mesh/pull/32

0 comments on commit d9f82ed

Please sign in to comment.