Skip to content

Commit

Permalink
chore: release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jan 21, 2022
1 parent c4dd6c9 commit 94a0370
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

All notable changes are documented in this file.

This project adheres to [Semantic Versioning].

Unreleased changes (if any) can be found in the latest [release pull-request].

[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[release pull-request]: https://github.com/jcornaz/bvh-arena/pulls?q=is%3Apr+is%3Aopen+label%3A%22autorelease%3A+pending%22


## 0.1.0 (2022-01-21)


### ⚠ BREAKING CHANGES

### Features

* bounding volume hierarchy
* axis-aligned bounding box
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 = "0.0.0"
version = "1.0.0-beta.1"
license = "Unlicense"
authors = ["Jonathan Cornaz"]
edition = "2021"
Expand Down

0 comments on commit 94a0370

Please sign in to comment.