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 Nov 15, 2021
1 parent d8a2f22 commit 63c259f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.2.3](#v023)
- [v0.2.2](#v022)
- [v0.2.1](#v021)
- [v0.2.0](#v020)
Expand All @@ -30,6 +31,10 @@ Per Keep a Changelog there are 6 main categories of changes:

## Unreleased

## v0.2.3

Released 2021-11-15

### Fixed
- rend3: Objects weren't properly holding their meshes alive.

Expand Down Expand Up @@ -213,7 +218,8 @@ Released 2021-03-06

## Diffs

- [Unreleased](https://github.com/BVE-Reborn/rend3/compare/v0.2.2...HEAD)
- [Unreleased](https://github.com/BVE-Reborn/rend3/compare/v0.2.3...HEAD)
- [v0.2.3](https://github.com/BVE-Reborn/rend3/compare/v0.2.2...v0.2.3)
- [v0.2.2](https://github.com/BVE-Reborn/rend3/compare/v0.2.1...v0.2.2)
- [v0.2.1](https://github.com/BVE-Reborn/rend3/compare/v0.2.0...v0.2.1)
- [v0.2.0](https://github.com/BVE-Reborn/rend3/compare/v0.1.1...v0.2.0)
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.2.2"
rend3 = "0.2.3"
```

## Screenshots
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.2.2"
version = "0.2.3"
authors = ["Connor Fitzgerald <connorwadefitzgerald@gmail.com>"]
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.2.2"
//! rend3 = "0.2.3"
//! ```
//!
//! # Screenshots
Expand Down

0 comments on commit 63c259f

Please sign in to comment.