Skip to content

Commit

Permalink
Release bvh-arena v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jan 22, 2022
1 parent a10e985 commit d975a45
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 2 deletions.
75 changes: 74 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,83 @@ Unreleased changes (if any) can be found in the latest [release pull-request].
[release pull-request]: https://github.com/jcornaz/bvh-arena/pulls?q=is%3Apr+is%3Aopen+label%3A%22autorelease%3A+pending%22


## 1.0.0-beta.1 (2022-01-21)
## 1.0.0-beta.2 (2022-01-22)

### Documentation

- <csr-id-a10e985138243f6e6444db8ee0898d6edf5caa61/> fix version
- <csr-id-e464812f3bf9046188157c89b22d19ba279c7247/> improve readme example
- <csr-id-f4bc659c42a618ec4e68f0a56af5d65b91cdfcd7/> fix minor typos
- <csr-id-87afebe33e60c7fc0c706cd93c309a65934d95aa/> remove breaking change section

### Bug Fixes

- <csr-id-ecb28c1609df70373806419a8878fb311c896fd5/> improve effiency of the bvh structure after node removal

### Commit Statistics

<csr-read-only-do-not-edit/>

- 6 commits contributed to the release.
- 6 commits where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- fix version ([`a10e985`](https://github.comgit//jcornaz/bvh-arena/commit/a10e985138243f6e6444db8ee0898d6edf5caa61))
- improve builds ([`53f6bd7`](https://github.comgit//jcornaz/bvh-arena/commit/53f6bd7832dbebdbb5d889fa4364e053092bf228))
- improve effiency of the bvh structure after node removal ([`ecb28c1`](https://github.comgit//jcornaz/bvh-arena/commit/ecb28c1609df70373806419a8878fb311c896fd5))
- improve readme example ([`e464812`](https://github.comgit//jcornaz/bvh-arena/commit/e464812f3bf9046188157c89b22d19ba279c7247))
- fix minor typos ([`f4bc659`](https://github.comgit//jcornaz/bvh-arena/commit/f4bc659c42a618ec4e68f0a56af5d65b91cdfcd7))
- remove breaking change section ([`87afebe`](https://github.comgit//jcornaz/bvh-arena/commit/87afebe33e60c7fc0c706cd93c309a65934d95aa))
</details>

## 1.0.0-beta.1 (2022-01-21)

### Features

* bounding volume hierarchy
* axis-aligned bounding box

### New Features

- <csr-id-303017882b22e206111d8b1ee70efa236ea8d060/> bvh implementation

### Documentation

- <csr-id-f4bdfba93c1a378f73cb17ba2b2b44c5c28d44bf/> improve documentation
- <csr-id-6b0ab6315afd9b295bdc019242e8ee87c8b7330d/> add badges

### Commit Statistics

<csr-read-only-do-not-edit/>

- 11 commits contributed to the release.
- 11 commits where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- release 1.0.0-beta.1 ([`94a0370`](https://github.comgit//jcornaz/bvh-arena/commit/94a03703b96009398ef816b0392ac394ae9bb96d))
- tests aabb ([`c4dd6c9`](https://github.comgit//jcornaz/bvh-arena/commit/c4dd6c9ff7d257b23dd5a36bdf7d631fa2f007e8))
- update release-please version ([`134f76c`](https://github.comgit//jcornaz/bvh-arena/commit/134f76c99c20d1729b82827d55934e0a5018c1d2))
- prepare release ([`2123ef7`](https://github.comgit//jcornaz/bvh-arena/commit/2123ef782ae42e6be910efcabd5a206d117f806d))
- improve documentation ([`f4bdfba`](https://github.comgit//jcornaz/bvh-arena/commit/f4bdfba93c1a378f73cb17ba2b2b44c5c28d44bf))
- use environment variable for crates.io token ([`297b331`](https://github.comgit//jcornaz/bvh-arena/commit/297b331942a05b80d9675fe0e5fb28e20f6d2e00))
- add badges ([`6b0ab63`](https://github.comgit//jcornaz/bvh-arena/commit/6b0ab6315afd9b295bdc019242e8ee87c8b7330d))
- rename build workflow ([`3793e32`](https://github.comgit//jcornaz/bvh-arena/commit/3793e32a3d1a1c81043c22e7530490a863916ac7))
- add more workflows ([`a419e9e`](https://github.comgit//jcornaz/bvh-arena/commit/a419e9e2eaabcd1bb3b16814745719bef8c30c0b))
- bvh implementation ([`3030178`](https://github.comgit//jcornaz/bvh-arena/commit/303017882b22e206111d8b1ee70efa236ea8d060))
- create project ([`3874b6d`](https://github.comgit//jcornaz/bvh-arena/commit/3874b6db28d16ab7bac5b90447f5277068696c7b))
</details>

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bvh-arena"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
license = "Unlicense"
authors = ["Jonathan Cornaz"]
edition = "2021"
Expand Down

0 comments on commit d975a45

Please sign in to comment.