Skip to content

Commit

Permalink
release v4.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jul 31, 2022
1 parent eccec79 commit 55a9efe
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 4.0.0-alpha.9 (2022-07-30)

<csr-id-b4bbf39071dac083884b936ed6cd625e6fbd1307/>
<csr-id-e27669e51a174ab7678de5a7ac2d4348afe2f77a/>
<csr-id-0b7310a2ba73bfebe284d3802dede2c308cb09c6/>
<csr-id-eccec7967a9796a5ccd6774101018a9675024ae0/>
<csr-id-e2100464fae008ea7efab86931c5f2866b80a804/>

### Dependencies (BREAKING)

- <csr-id-eccec7967a9796a5ccd6774101018a9675024ae0/> Support bevy 0.8
- Drop support for bevy 0.7
- <csr-id-e2100464fae008ea7efab86931c5f2866b80a804/> Require rust 1.62

## 4.0.0-alpha.8 (2022-07-27)

<csr-id-9f8fe92a5c5f9192367998abc5fa3b5fd1a117d9/>
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "benimator"
version = "4.0.0-alpha.8"
version = "4.0.0-alpha.9"
edition = "2021"
rust-version = "1.62"
authors = ["Jonathan Cornaz"]
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,12 @@ It *will* be increased to the latest stable version in a major release. (even if

## Bevy Version Compatibility

| bevy | benimator |
|------|-----------|
| 0.7 | 3 |
| 0.6 | 1, 2 |
| 0.5 | 0.1 - 0.3 |
| bevy | benimator |
|------|---------------|
| 0.8 | 4 ***alpha*** |
| 0.7 | 3 |
| 0.6 | 1, 2 |
| 0.5 | 0.1 - 0.3 |

*Note: Only the latest published version of benimator is supported*

Expand Down

0 comments on commit 55a9efe

Please sign in to comment.