Skip to content

Commit

Permalink
Update read-me and change-log for 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
komadori committed Jul 9, 2024
1 parent b255b44 commit 391bf20
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## bevy_mod_outline 0.8.0 (2024-07-09)

### Added
- Added Mix trait impls.
- Added interpolation feature for Lerp trait impls.

### Changed
- Updated Bevy dependency to 0.14.
- Outlines are now drawn in batches.

## bevy_mod_outline 0.7.2 (2024-07-05)

### Added
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vertex extrusion method.

```toml
[dependencies]
bevy_mod_outline = "0.7"
bevy_mod_outline = "0.8"
```

## Examples
Expand Down Expand Up @@ -78,6 +78,7 @@ cargo run --example bloom

| This Version | Bevy version |
|--------------|--------------|
| 0.8.x | 0.14.x |
| 0.7.x | 0.13.x |
| 0.6.x | 0.12.x |
| 0.5.x | 0.11.x |
Expand All @@ -86,6 +87,11 @@ cargo run --example bloom
| 0.2.x | 0.8.x |
| 0.1.x | 0.7.x |

## Features

- `interpolation` _(default)_ - Define `Lerp` trait impls using the
`interpolation` crate.

## Licence

This crate is licensed under the Apache License, Version 2.0 (see
Expand Down

0 comments on commit 391bf20

Please sign in to comment.