Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Sep 20, 2021
1 parent b3e47e8 commit 6cb87ac
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Per Keep a Changelog there are 6 main categories of changes:
- Security

- [Unreleased](#unreleased)
- [v0.1.2](#v012)
- [v0.1.1](#v011)
- [v0.1.0](#v010)
- [v0.0.6](#v006)
Expand All @@ -27,6 +28,10 @@ Per Keep a Changelog there are 6 main categories of changes:

## Unreleased

## v0.1.2

Released 2021-09-20

### Added
- rend3: Added an explicit dependency on wgpu-core and wgpu-hal to ensure bug-fixes are included.

Expand Down Expand Up @@ -159,7 +164,8 @@ Released 2021-03-06

## Diffs

- [Unreleased](https://github.com/BVE-Reborn/rend3/compare/v0.1.1...HEAD)
- [Unreleased](https://github.com/BVE-Reborn/rend3/compare/v0.1.2...HEAD)
- [v0.1.2](https://github.com/BVE-Reborn/rend3/compare/v0.1.1...v0.1.2)
- [v0.1.1](https://github.com/BVE-Reborn/rend3/compare/v0.1.0...v0.1.1)
- [v0.1.0](https://github.com/BVE-Reborn/rend3/compare/v0.0.6...v0.1.0)
- [v0.0.6](https://github.com/BVE-Reborn/rend3/compare/v0.0.5...v0.0.6)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the external api will only experience minor changes as features are added.
To use rend3 add the following to your Cargo.toml:

```
rend3 = "0.1.1"
rend3 = "0.1.2"
```

## Screenshots
Expand Down
2 changes: 1 addition & 1 deletion rend3-pbr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rend3-pbr"
version = "0.1.1"
version = "0.1.2"
authors = ["Connor Fitzgerald <[email protected]>"]
edition = "2018"
description = "PBR Render Routine for Rend3"
Expand Down
2 changes: 1 addition & 1 deletion rend3-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rend3-types"
version = "0.1.0"
version = "0.1.2"
authors = ["Connor Fitzgerald <[email protected]>"]
edition = "2018"
description = "Type definitions for rend3"
Expand Down
2 changes: 1 addition & 1 deletion rend3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rend3"
version = "0.1.1"
version = "0.1.2"
authors = ["Connor Fitzgerald <[email protected]>"]
edition = "2018"
description = "Easy to use, customizable, efficient 3D renderer library built on wgpu."
Expand Down
2 changes: 1 addition & 1 deletion rend3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! To use rend3 add the following to your Cargo.toml:
//!
//! ```text
//! rend3 = "0.1.1"
//! rend3 = "0.1.2"
//! ```
//!
//! # Screenshots
Expand Down

0 comments on commit 6cb87ac

Please sign in to comment.