Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit 63c259f

Browse files
committed
Bump version for release
1 parent d8a2f22 commit 63c259f

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Per Keep a Changelog there are 6 main categories of changes:
1515
- Security
1616

1717
- [Unreleased](#unreleased)
18+
- [v0.2.3](#v023)
1819
- [v0.2.2](#v022)
1920
- [v0.2.1](#v021)
2021
- [v0.2.0](#v020)
@@ -30,6 +31,10 @@ Per Keep a Changelog there are 6 main categories of changes:
3031

3132
## Unreleased
3233

34+
## v0.2.3
35+
36+
Released 2021-11-15
37+
3338
### Fixed
3439
- rend3: Objects weren't properly holding their meshes alive.
3540

@@ -213,7 +218,8 @@ Released 2021-03-06
213218

214219
## Diffs
215220

216-
- [Unreleased](https://github.com/BVE-Reborn/rend3/compare/v0.2.2...HEAD)
221+
- [Unreleased](https://github.com/BVE-Reborn/rend3/compare/v0.2.3...HEAD)
222+
- [v0.2.3](https://github.com/BVE-Reborn/rend3/compare/v0.2.2...v0.2.3)
217223
- [v0.2.2](https://github.com/BVE-Reborn/rend3/compare/v0.2.1...v0.2.2)
218224
- [v0.2.1](https://github.com/BVE-Reborn/rend3/compare/v0.2.0...v0.2.1)
219225
- [v0.2.0](https://github.com/BVE-Reborn/rend3/compare/v0.1.1...v0.2.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the external api will only experience minor changes as features are added.
1313
To use rend3 add the following to your Cargo.toml:
1414

1515
```
16-
rend3 = "0.2.2"
16+
rend3 = "0.2.3"
1717
```
1818

1919
## Screenshots

rend3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rend3"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Connor Fitzgerald <connorwadefitzgerald@gmail.com>"]
55
edition = "2018"
66
description = "Easy to use, customizable, efficient 3D renderer library built on wgpu."

rend3/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! To use rend3 add the following to your Cargo.toml:
77
//!
88
//! ```text
9-
//! rend3 = "0.2.2"
9+
//! rend3 = "0.2.3"
1010
//! ```
1111
//!
1212
//! # Screenshots

0 commit comments

Comments
 (0)