Skip to content

Commit

Permalink
Cut 0.3.0 release (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo authored Mar 5, 2020
1 parent 256ce7d commit acaf479
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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]
## [v0.3.0] - 2020-03-05
### Added
- Added `FullscreenSystem` to handle fullscreen events and pointer lock.
- `PointerSystem` supports pointer lock through the `FullscreenSystem`.
Expand Down Expand Up @@ -36,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Camera systems.
- Basic physics for velocities/acceleration/rotation.

[Unreleased]: https://github.com/jthomperoo/jamjar/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/jthomperoo/jamjar/compare/0.1.0...v0.2.0
[0.1.0]: https://github.com/jthomperoo/jamjar/releases/tag/0.1.0
[Unreleased]: https://github.com/jamjarlabs/jamjar/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/jamjarlabs/jamjar/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/jamjarlabs/jamjar/compare/0.1.0...v0.2.0
[0.1.0]: https://github.com/jamjarlabs/jamjar/releases/tag/0.1.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://github.com/jthomperoo/jamjar/workflows/JamJar/badge.svg)](https://github.com/jthomperoo/JamJar/actions)
[![CodeCov Report](https://codecov.io/gh/jthomperoo/jamjar/branch/master/graph/badge.svg)](https://codecov.io/gh/jthomperoo/jamjar)
[![Build Status](https://github.com/jamjarlabs/jamjar/workflows/JamJar/badge.svg)](https://github.com/jamjarlabs/JamJar/actions)
[![CodeCov Report](https://codecov.io/gh/jamjarlabs/jamjar/branch/master/graph/badge.svg)](https://codecov.io/gh/jamjarlabs/jamjar)
[![License - Apache 2.0](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Documentation Status](https://readthedocs.org/projects/jamjar/badge/?version=latest)](https://jamjar.readthedocs.io/en/latest)
[![NPM Package](https://img.shields.io/npm/v/jamjar)](https://www.npmjs.com/package/jamjar)
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://github.com/jthomperoo/jamjar/workflows/JamJar/badge.svg)](https://github.com/jthomperoo/JamJar/actions)
[![CodeCov Report](https://codecov.io/gh/jthomperoo/jamjar/branch/master/graph/badge.svg)](https://codecov.io/gh/jthomperoo/jamjar)
[![Build Status](https://github.com/jamjarlabs/jamjar/workflows/JamJar/badge.svg)](https://github.com/jamjarlabs/JamJar/actions)
[![CodeCov Report](https://codecov.io/gh/jamjarlabs/jamjar/branch/master/graph/badge.svg)](https://codecov.io/gh/jamjarlabs/jamjar)
[![License - Apache 2.0](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Documentation Status](https://readthedocs.org/projects/jamjar/badge/?version=latest)](https://jamjar.readthedocs.io/en/latest)
[![NPM Package](https://img.shields.io/npm/v/jamjar/latest)](https://www.npmjs.com/package/jamjar)
Expand Down

0 comments on commit acaf479

Please sign in to comment.