This repository was archived by the owner on Jun 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Per Keep a Changelog there are 6 main categories of changes:
15
15
- Security
16
16
17
17
- [ Unreleased] ( #unreleased )
18
+ - [ v0.2.3] ( #v023 )
18
19
- [ v0.2.2] ( #v022 )
19
20
- [ v0.2.1] ( #v021 )
20
21
- [ v0.2.0] ( #v020 )
@@ -30,6 +31,10 @@ Per Keep a Changelog there are 6 main categories of changes:
30
31
31
32
## Unreleased
32
33
34
+ ## v0.2.3
35
+
36
+ Released 2021-11-15
37
+
33
38
### Fixed
34
39
- rend3: Objects weren't properly holding their meshes alive.
35
40
@@ -213,7 +218,8 @@ Released 2021-03-06
213
218
214
219
## Diffs
215
220
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 )
217
223
- [ v0.2.2] ( https://github.com/BVE-Reborn/rend3/compare/v0.2.1...v0.2.2 )
218
224
- [ v0.2.1] ( https://github.com/BVE-Reborn/rend3/compare/v0.2.0...v0.2.1 )
219
225
- [ v0.2.0] ( https://github.com/BVE-Reborn/rend3/compare/v0.1.1...v0.2.0 )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ the external api will only experience minor changes as features are added.
13
13
To use rend3 add the following to your Cargo.toml:
14
14
15
15
```
16
- rend3 = "0.2.2 "
16
+ rend3 = "0.2.3 "
17
17
```
18
18
19
19
## Screenshots
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rend3"
3
- version = " 0.2.2 "
3
+ version = " 0.2.3 "
4
4
authors = [" Connor Fitzgerald <connorwadefitzgerald@gmail.com>" ]
5
5
edition = " 2018"
6
6
description = " Easy to use, customizable, efficient 3D renderer library built on wgpu."
Original file line number Diff line number Diff line change 6
6
//! To use rend3 add the following to your Cargo.toml:
7
7
//!
8
8
//! ```text
9
- //! rend3 = "0.2.2 "
9
+ //! rend3 = "0.2.3 "
10
10
//! ```
11
11
//!
12
12
//! # Screenshots
You can’t perform that action at this time.
0 commit comments