Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atbentley committed Jul 6, 2024
1 parent 0aa4a23 commit 9126923
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Changelog

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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## 0.2.0 - 2024-07-06

### Added

- Hohmann transfers for bodies with circular orbits and a common parent

## [0.1.0] - 2023-03-08
### Changed

- Upgrade to bevy 0.14

## 0.1.0 - 2023-03-08

### Added

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 = "bevy_orbits"
version = "0.2.0-rc.1"
version = "0.2.0"
edition = "2021"
categories = ["game-development"]
description = "A bevy plugin for creating stable orbits, and calculating transfers between them"
Expand Down

0 comments on commit 9126923

Please sign in to comment.